Skip to content

Commit

Permalink
Removed macos-arm-oss from GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt authored and eregon committed Jul 5, 2024
1 parent ee730ca commit 39b55e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-12, macos-arm-oss, windows-2019 ]
os: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-12, macos-14, windows-2019 ]
runs-on: ${{ matrix.os }}
steps:
- name: Set platform
Expand All @@ -88,7 +88,7 @@ jobs:
run: |
platform=${{ matrix.os }}
platform=${platform/macos-12/macos-latest}
platform=${platform/macos-arm-oss/macos-13-arm64}
platform=${platform/macos-14/macos-13-arm64}
platform=${platform/windows-*/windows-latest}
echo "platform=$platform" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 39b55e3

Please sign in to comment.