Skip to content

Commit

Permalink
feat(ci): upgrade macos runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Myriad-Dreamin committed Aug 27, 2024
1 parent 59bd5a0 commit b672242
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ jobs:
rust-target: arm-unknown-linux-gnueabihf
platform: linux
arch: armhf
- os: macos-11
- os: macos-13
rust-target: x86_64-apple-darwin
platform: darwin
arch: x64
- os: macos-11
- os: macos-13
rust-target: aarch64-apple-darwin
platform: darwin
arch: arm64
Expand Down

0 comments on commit b672242

Please sign in to comment.