Skip to content

Commit ee730ca

Browse files
committed
Switch to macOS 12 since macos-11 is no longer available
1 parent 3f81293 commit ee730ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,15 +79,15 @@ jobs:
7979
strategy:
8080
fail-fast: false
8181
matrix:
82-
os: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-11, macos-arm-oss, windows-2019 ]
82+
os: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-12, macos-arm-oss, windows-2019 ]
8383
runs-on: ${{ matrix.os }}
8484
steps:
8585
- name: Set platform
8686
id: platform
8787
shell: bash
8888
run: |
8989
platform=${{ matrix.os }}
90-
platform=${platform/macos-11/macos-latest}
90+
platform=${platform/macos-12/macos-latest}
9191
platform=${platform/macos-arm-oss/macos-13-arm64}
9292
platform=${platform/windows-*/windows-latest}
9393
echo "platform=$platform" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)