Skip to content

Commit 39b55e3

Browse files
hsbteregon
authored andcommitted
Removed macos-arm-oss from GitHub Actions
1 parent ee730ca commit 39b55e3

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
@@ -79,7 +79,7 @@ jobs:
7979
strategy:
8080
fail-fast: false
8181
matrix:
82-
os: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-12, macos-arm-oss, windows-2019 ]
82+
os: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-12, macos-14, windows-2019 ]
8383
runs-on: ${{ matrix.os }}
8484
steps:
8585
- name: Set platform
@@ -88,7 +88,7 @@ jobs:
8888
run: |
8989
platform=${{ matrix.os }}
9090
platform=${platform/macos-12/macos-latest}
91-
platform=${platform/macos-arm-oss/macos-13-arm64}
91+
platform=${platform/macos-14/macos-13-arm64}
9292
platform=${platform/windows-*/windows-latest}
9393
echo "platform=$platform" >> $GITHUB_OUTPUT
9494

0 commit comments

Comments
 (0)