Skip to content

Commit

Permalink
Switch CI to use macos-13 runner
Browse files Browse the repository at this point in the history
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
  • Loading branch information
saschagrunert committed Dec 4, 2024
1 parent bffcb85 commit e57f45d
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 @@ -56,7 +56,7 @@ jobs:
strategy:
matrix:
os:
[ubuntu-22.04, macos-12] # TODO: make releases on 'linux-ppc64le' 'windows-2019'
[ubuntu-22.04, macos-13] # TODO: make releases on 'linux-ppc64le' 'windows-2019'
# Ref: https://github.com/uraimo/run-on-arch-action
steps:
- name: Checkout
Expand Down

0 comments on commit e57f45d

Please sign in to comment.