Skip to content

Commit

Permalink
workflows: replace macos-12 with macos-14 (#1021)
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-khimov authored Nov 5, 2024
2 parents 59db6be + 5d01d7f commit f8825a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
runs-on: ${{ matrix.os.name }}
strategy:
matrix:
os: [{ name: ubuntu-22.04, bin-name: linux }, { name: macos-12, bin-name: darwin }] # { name: windows-2022, bin-name: windows }
os: [{ name: ubuntu-22.04, bin-name: linux }, { name: macos-14, bin-name: darwin }] # { name: windows-2022, bin-name: windows }
arch: [amd64, arm64]

steps:
Expand Down

0 comments on commit f8825a2

Please sign in to comment.