Skip to content

Commit

Permalink
action: bump macos-13
Browse files Browse the repository at this point in the history
The macOS 12 Actions runner image will begin deprecation on 10/7/24.

Signed-off-by: Yadong Ding <ding_yadong@foxmail.com>
  • Loading branch information
Desiki-high committed Oct 16, 2024
1 parent 4702539 commit 54d8ad8
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-12
runs-on: macos-13
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 @@ -94,7 +94,7 @@ jobs:
nydusd
nydusd-build-macos:
runs-on: macos-12
runs-on: macos-13
strategy:
matrix:
arch: [amd64, arm64]
Expand Down

0 comments on commit 54d8ad8

Please sign in to comment.