Skip to content

Commit

Permalink
Merge pull request redpanda-data#5689 from ivotron/bump-macos-version…
Browse files Browse the repository at this point in the history
…-in-rpk-gha-workflow

Bump macos version in rpk gha workflow
  • Loading branch information
andrewhsu committed Jul 28, 2022
2 parents 0b51519 + 6d16888 commit bb24073
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rpk-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
strategy:
matrix:
arch: [amd64, arm64]
runs-on: macos-10.15
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -101,7 +101,7 @@ jobs:

- name: Install gon for code signing and app notarization
run: |
curl -LO https://github.com/mitchellh/gon/releases/download/v0.2.3/gon_macos.zip
curl -LO https://github.com/mitchellh/gon/releases/download/v0.2.5/gon_macos.zip
unzip gon_macos.zip
rm gon_macos.zip
Expand Down

0 comments on commit bb24073

Please sign in to comment.