Skip to content

Commit

Permalink
Buildtest: Include wotlk in build
Browse files Browse the repository at this point in the history
  • Loading branch information
mostlikely4r committed Nov 15, 2024
1 parent 0a4a22e commit cee31cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmangos-macos-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

strategy:
matrix:
version: [classic, tbc]
version: [classic, tbc, wotlk]
include:
- os: macos-12
EXTRA_BUILD: "-DBUILD_PLAYERBOTS=ON"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cmangos-ubuntu-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

strategy:
matrix:
version: [classic, tbc]
version: [classic, tbc, wotlk]
include:
- os: ubuntu-22.04
EXTRA_BUILD: "-DBUILD_PLAYERBOTS=ON"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cmangos-windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

strategy:
matrix:
version: [classic, tbc]
version: [classic, tbc, wotlk]
include:
- os: windows-2022
EXTRA_BUILD: "-DBUILD_PLAYERBOTS=ON"
Expand Down

0 comments on commit cee31cd

Please sign in to comment.