Skip to content

Commit dec48e2

Browse files
committed
Switch to macOS 12 since macos-11 is no longer available
1 parent 642a53e commit dec48e2

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
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
os: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-11, macos-arm-oss ]
13+
os: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-12, macos-arm-oss ]
1414
ruby: [jruby-9.3.15.0]
1515
runs-on: ${{ matrix.os }}
1616
steps:
@@ -24,7 +24,7 @@ jobs:
2424
id: platform
2525
run: |
2626
platform=${{ matrix.os }}
27-
platform=${platform/macos-11/macos-latest}
27+
platform=${platform/macos-12/macos-latest}
2828
platform=${platform/macos-arm-oss/macos-13-arm64}
2929
echo "platform=$platform" >> $GITHUB_OUTPUT
3030
- name: Set ruby

0 commit comments

Comments
 (0)