Skip to content

Commit df9b735

Browse files
committed
Switch to macOS 12 since macos-11 is no longer available
1 parent 7ebf927 commit df9b735

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
strategy:
7979
fail-fast: false
8080
matrix:
81-
os: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-11, macos-arm-oss ]
81+
os: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-12, macos-arm-oss ]
8282
name: [ head, debug ]
8383
include:
8484
- { os: ubuntu-24.04, name: asan }
@@ -98,7 +98,7 @@ jobs:
9898
id: platform
9999
run: |
100100
platform=${{ matrix.os }}
101-
platform=${platform/macos-11/macos-latest}
101+
platform=${platform/macos-12/macos-latest}
102102
platform=${platform/macos-arm-oss/macos-13-arm64}
103103
echo "platform=$platform" >> $GITHUB_OUTPUT
104104

0 commit comments

Comments
 (0)