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 642a53e commit dec48e2
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 @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-11, macos-arm-oss ]
os: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-12, macos-arm-oss ]
ruby: [jruby-9.3.15.0]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -24,7 +24,7 @@ jobs:
id: platform
run: |
platform=${{ matrix.os }}
platform=${platform/macos-11/macos-latest}
platform=${platform/macos-12/macos-latest}
platform=${platform/macos-arm-oss/macos-13-arm64}
echo "platform=$platform" >> $GITHUB_OUTPUT
- name: Set ruby
Expand Down

0 comments on commit dec48e2

Please sign in to comment.