Skip to content

Commit

Permalink
action: upgrade macos to 12
Browse files Browse the repository at this point in the history
macos-11 was deprecated since 2024.06.28.
https://docs.github.com/actions/using-jobs/choosing-the-runner-for-a-job

Signed-off-by: Yadong Ding <[email protected]>
  • Loading branch information
Desiki-high authored and imeoer committed Jul 15, 2024
1 parent 3684474 commit c92fe65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
configs
nydus-macos:
runs-on: macos-11
runs-on: macos-12
strategy:
matrix:
arch: [amd64, arm64]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
nydusd
nydusd-build-macos:
runs-on: macos-11
runs-on: macos-12
strategy:
matrix:
arch: [amd64, arm64]
Expand Down

0 comments on commit c92fe65

Please sign in to comment.