Skip to content

Commit 17b35b9

Browse files
committed
ci: build: use the latest x86 macos image available
Upgrade the macos-12 image to macos-13, this is apparently the last x86 osx image that will ever be available on github. Signed-off-by: Fabio Baltieri <[email protected]>
1 parent 8bae79f commit 17b35b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
os: [ubuntu-22.04, macos-12, macos-14, windows-2022]
14+
os: [ubuntu-22.04, macos-13, macos-14, windows-2022]
1515
runs-on: ${{ matrix.os }}
1616
steps:
1717
- name: Checkout

0 commit comments

Comments
 (0)