Skip to content

Commit

Permalink
.github/workflows/build-push.yml: update to newer macos images
Browse files Browse the repository at this point in the history
macos-11 is deprecated now
  • Loading branch information
fruch committed Sep 19, 2024
1 parent 58a226c commit 5e20a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, windows-2019, macos-11]
os: [ubuntu-20.04, windows-2019, macos-13, macos-14]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 5e20a4b

Please sign in to comment.