Skip to content

Commit cdd85fa

Browse files
authored
Merge pull request JohnTitor/ctest2#62 from JohnTitor/JohnTitor-patch-1
2 parents 70c7198 + 84372d9 commit cdd85fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ctest/.github/workflows/macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
- x86_64-apple-darwin
2020

2121
name: ${{ matrix.version }} - ${{ matrix.target }}
22-
runs-on: macos-12
22+
runs-on: macos-14
2323

2424
steps:
25-
- uses: actions/checkout@v3
25+
- uses: actions/checkout@v4
2626

2727
- name: Install ${{ matrix.version }}
2828
run: TOOLCHAIN=${{ matrix.version }} TARGET=${{ matrix.target }} sh ./ci/install-rust.sh

0 commit comments

Comments
 (0)