Skip to content

Commit 33baf18

Browse files
committed
Change CI runner for macos Rust API test runner to macos13 instead of 12
1 parent 2ae2a71 commit 33baf18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull-request-check-rust-api.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ jobs:
6868
CBMC_INCLUDE_DIR=../../${{env.default_include_dir}} CBMC_LIB_DIR=../../${{env.default_build_dir}}/lib CBMC_VERSION=$VERSION cargo test -- --test-threads=1
6969
7070
71-
check-macos-12-cmake-clang-rust:
72-
runs-on: macos-12
71+
check-macos-13-cmake-clang-rust:
72+
runs-on: macos-13
7373
steps:
7474
- uses: actions/checkout@v3
7575
with:

0 commit comments

Comments
 (0)