Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#1712 from saschagrunert/macos-13
Browse files Browse the repository at this point in the history
Switch CI to use macos-13 runner
  • Loading branch information
k8s-ci-robot authored Dec 4, 2024
2 parents 88c1429 + e57f45d commit eeb9f53
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 eeb9f53

Please sign in to comment.