Skip to content

Commit

Permalink
Update cmake.yml
Browse files Browse the repository at this point in the history
Building one newest runners
Also changing checkout to v3 as v2 uses an old version of node that will be deprecated
  • Loading branch information
Jared T authored Aug 26, 2023
1 parent 6a14ac2 commit b3a566a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,28 +21,28 @@ jobs:
matrix:
config:
- {
os: Windows-2019,
os: Windows-2022,
build_arch: Win32,
build_type: MinSizeRel,
build_generator: Visual Studio 16 2019,
build_generator: Visual Studio 17 2022,
clearname: win32
}
- {
os: Windows-2019,
os: windows-2022,
build_arch: x64,
build_type: MinSizeRel,
build_generator: Visual Studio 16 2019,
build_generator: Visual Studio 17 2022,
clearname: win64
}
- {
os: ubuntu-20.04,
os: ubuntu-22.04,
build_arch: x64,
build_type: MinSizeRel,
build_generator: Ninja,
clearname: linux
}
- {
os: Macos-10.15,
os: macos-12,
build_arch: x64,
build_type: MinSizeRel,
build_generator: Ninja,
Expand All @@ -51,7 +51,7 @@ jobs:
runs-on: ${{ matrix.config.os }}
steps:

- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: seanmiddleditch/gha-setup-ninja@v3
if: "contains(matrix.config.os, 'Macos') || contains(matrix.config.os, 'Ubuntu')"
Expand Down

0 comments on commit b3a566a

Please sign in to comment.