Skip to content

Commit b87ca02

Browse files
committed
[CI] Updating to macOS 12 due to deprecation of 10.15.
I originally had things on 10.15 since it matched what my old MacBook was officially capable of, but it is being deprecated: actions/runner-images#5583 Since we only support macOS for CI purposes as an early warning of compatibility issues, I don't think it's worth chasing old versions so I'm skipping over macOS 11.
1 parent 80f0796 commit b87ca02

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ClangSharp.Pathogen.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jobs:
4646
libclang-subpath: lib/libclang.so
4747
build-command: ./build-native.sh
4848
skip-python-install: true
49-
- os: macos-10.15
50-
name: MacOS x64
49+
- os: macos-12
50+
name: macOS x64
5151
rid: osx-x64
5252
libclang-subpath: lib/libclang.dylib
5353
build-command: ./build-native.sh

.github/workflows/keep-cache-warm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343
libclang-subpath: lib/libclang.so
4444
build-command: ./build-native.sh
4545
skip-python-install: true
46-
- os: macos-10.15
47-
name: MacOS x64
46+
- os: macos-12
47+
name: macOS x64
4848
rid: osx-x64
4949
libclang-subpath: lib/libclang.dylib
5050
build-command: ./build-native.sh

0 commit comments

Comments
 (0)