Skip to content

Commit

Permalink
workflows: replace macos-12 with macos-14 (#65)
Browse files Browse the repository at this point in the history
macos-12 runner is going to die soon.

actions/runner-images#10721
  • Loading branch information
carpawell authored Nov 5, 2024
2 parents ce898ff + 9fced37 commit 4b9f74f
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 @@ -34,7 +34,7 @@ jobs:
runs-on: ${{matrix.os.name}}
strategy:
matrix:
os: [{ name: ubuntu-20.04, bin-name: linux }] # { name: windows-2022, bin-name: windows }, { name: macos-12, bin-name: darwin }
os: [{ name: ubuntu-20.04, bin-name: linux }] # { name: windows-2022, bin-name: windows }, { name: macos-14, bin-name: darwin }
arch: [amd64] # arm64

steps:
Expand Down

0 comments on commit 4b9f74f

Please sign in to comment.