Skip to content

Commit 3be30c4

Browse files
committed
Diversify GitHub CI build platforms: add macOS 11, Windows 2022
GitHub runners have gained support for Windows 2022 and macOS 11. Switch some of our CI jobs to these newer platforms to make sure we detect platform-specific issues. There remain other CI jobs on the previous platforms (Windows 2019 and macOS 10.15, respectively).
1 parent e0f31c2 commit 3be30c4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pull-request-checks.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -343,8 +343,8 @@ jobs:
343343
- name: Run JBMC regression tests
344344
run: make -C jbmc/regression test-parallel JOBS=3
345345

346-
check-macos-10_15-cmake-clang:
347-
runs-on: macos-10.15
346+
check-macos-11-cmake-clang:
347+
runs-on: macos-11
348348
steps:
349349
- uses: actions/checkout@v2
350350
with:
@@ -426,8 +426,8 @@ jobs:
426426
Set-Location build
427427
ctest -V -L CORE -C Release . -j2
428428
429-
check-vs-2019-make-build-and-test:
430-
runs-on: windows-2019
429+
check-vs-2022-make-build-and-test:
430+
runs-on: windows-2022
431431
env:
432432
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
433433
steps:

0 commit comments

Comments
 (0)