Skip to content

Commit 3257878

Browse files
committed
Removed macos-14 from GitHub Actions
1 parent ee730ca commit 3257878

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
@@ -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,6 @@ jobs:
8888
run: |
8989
platform=${{ matrix.os }}
9090
platform=${platform/macos-12/macos-latest}
91-
platform=${platform/macos-arm-oss/macos-13-arm64}
9291
platform=${platform/windows-*/windows-latest}
9392
echo "platform=$platform" >> $GITHUB_OUTPUT
9493

0 commit comments

Comments
 (0)