Skip to content

Commit be6adf2

Browse files
committed
Update build to MacOS 12 now that 11 is EOL for GitHub CI
We'd generally aimed to stick with older versions where possible (some suggestions that it widens the built output compatibility?) but life moves on and MacOS 11 is now thoroughly outdated anyway.
1 parent a636092 commit be6adf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- platform: windows
1212
os: "windows-2019"
1313
- platform: mac
14-
os: "macos-11"
14+
os: "macos-12"
1515
runs-on: ${{ matrix.os }}
1616
steps:
1717
- uses: actions/checkout@v4
@@ -32,7 +32,7 @@ jobs:
3232

3333
# The API key in APPLE_API_KEY is a PEM cert that must be read from disk:
3434
- run: echo "$APPLE_API_KEY" > ./apple-api-key.p8
35-
if: matrix.os == 'macos-11'
35+
if: startsWith(matrix.os, 'macos-')
3636
env:
3737
APPLE_API_KEY: ${{ secrets.APPLE_API_KEY }}
3838

0 commit comments

Comments
 (0)