Skip to content

Commit f154ed7

Browse files
committed
Update MacOS CI
move to 12 following actions runner update deprecation (see actions/runner-images#5583) closes #4212 No functional change
1 parent 8333b2a commit f154ed7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/stockfish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,17 +62,17 @@ jobs:
6262
shell: 'bash {0}'
6363
}
6464
- {
65-
name: "MacOS 10.15 Apple Clang",
66-
os: macos-10.15,
65+
name: "MacOS 12 Apple Clang",
66+
os: macos-12,
6767
compiler: clang++,
6868
comp: clang,
6969
run_64bit_tests: true,
7070
shell: 'bash {0}'
7171
}
7272
- {
73-
name: "MacOS 10.15 GCC 10",
74-
os: macos-10.15,
75-
compiler: g++-10,
73+
name: "MacOS 12 GCC 11",
74+
os: macos-12,
75+
compiler: g++-11,
7676
comp: gcc,
7777
run_64bit_tests: true,
7878
shell: 'bash {0}'

0 commit comments

Comments
 (0)