Skip to content

Commit a48b6d3

Browse files
committed
Removed macos-arm-oss from GitHub Actions
1 parent df9b735 commit a48b6d3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

+1-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-12, macos-arm-oss ]
81+
os: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-12, macos-14 ]
8282
name: [ head, debug ]
8383
include:
8484
- { os: ubuntu-24.04, name: asan }
@@ -99,7 +99,6 @@ jobs:
9999
run: |
100100
platform=${{ matrix.os }}
101101
platform=${platform/macos-12/macos-latest}
102-
platform=${platform/macos-arm-oss/macos-13-arm64}
103102
echo "platform=$platform" >> $GITHUB_OUTPUT
104103
105104
# Build

0 commit comments

Comments
 (0)