We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 70c7198 + 84372d9 commit cdd85faCopy full SHA for cdd85fa
ctest/.github/workflows/macos.yml
@@ -19,10 +19,10 @@ jobs:
19
- x86_64-apple-darwin
20
21
name: ${{ matrix.version }} - ${{ matrix.target }}
22
- runs-on: macos-12
+ runs-on: macos-14
23
24
steps:
25
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
26
27
- name: Install ${{ matrix.version }}
28
run: TOOLCHAIN=${{ matrix.version }} TARGET=${{ matrix.target }} sh ./ci/install-rust.sh
0 commit comments