Skip to content

Commit

Permalink
ci: build: use the latest x86 macos image available
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
fabiobaltieri committed Jul 1, 2024
1 parent 8bae79f commit 17b35b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, macos-12, macos-14, windows-2022]
os: [ubuntu-22.04, macos-13, macos-14, windows-2022]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand Down

0 comments on commit 17b35b9

Please sign in to comment.