Skip to content

Commit

Permalink
Merge pull request #1475 from saschagrunert/macos
Browse files Browse the repository at this point in the history
ci: switch to macOS 12
  • Loading branch information
k8s-ci-robot authored Jul 3, 2024
2 parents 254cea5 + 4fcec09 commit 0125252
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 @@ -71,7 +71,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-22.04, macos-11] # TODO: make releases on 'linux-ppc64le' 'windows-2019'
os: [ubuntu-22.04, macos-12] # TODO: make releases on 'linux-ppc64le' 'windows-2019'
# Ref: https://github.com/uraimo/run-on-arch-action
steps:
- name: Install Go
Expand Down

0 comments on commit 0125252

Please sign in to comment.