Skip to content

Commit 53a708e

Browse files
erik-bersheleregon
authored andcommitted
Update base macOS-amd64 image
1 parent 5708521 commit 53a708e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
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-12, macos-14 ]
13+
os: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-13, macos-14 ]
1414
ruby: [jruby-9.4.9.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-12/macos-latest}
27+
platform=${platform/macos-13/macos-latest}
2828
platform=${platform/macos-14/macos-13-arm64}
2929
echo "platform=$platform" >> $GITHUB_OUTPUT
3030
- name: Set ruby

0 commit comments

Comments
 (0)