Skip to content

Commit

Permalink
Switch to macOS 12 since macos-11 is no longer available
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Jun 30, 2024
1 parent 3f81293 commit ee730ca
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,15 +79,15 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-11, macos-arm-oss, windows-2019 ]
os: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-12, macos-arm-oss, windows-2019 ]
runs-on: ${{ matrix.os }}
steps:
- name: Set platform
id: platform
shell: bash
run: |
platform=${{ matrix.os }}
platform=${platform/macos-11/macos-latest}
platform=${platform/macos-12/macos-latest}
platform=${platform/macos-arm-oss/macos-13-arm64}
platform=${platform/windows-*/windows-latest}
echo "platform=$platform" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit ee730ca

Please sign in to comment.