Skip to content

Commit 28a9c2d

Browse files
committed
No more macos-12 runners, minimum for macos-amd64 is now macos-13
1 parent 39b55e3 commit 28a9c2d

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
@@ -79,15 +79,15 @@ jobs:
7979
strategy:
8080
fail-fast: false
8181
matrix:
82-
os: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-12, macos-14, windows-2019 ]
82+
os: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-13, macos-14, windows-2019 ]
8383
runs-on: ${{ matrix.os }}
8484
steps:
8585
- name: Set platform
8686
id: platform
8787
shell: bash
8888
run: |
8989
platform=${{ matrix.os }}
90-
platform=${platform/macos-12/macos-latest}
90+
platform=${platform/macos-13/macos-latest}
9191
platform=${platform/macos-14/macos-13-arm64}
9292
platform=${platform/windows-*/windows-latest}
9393
echo "platform=$platform" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)