Skip to content

Commit

Permalink
ci: change macos version to latest (#249)
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrizio Sestito <[email protected]>
  • Loading branch information
fabriziosestito authored Jan 7, 2025
1 parent a847ee1 commit 9c8e2a3
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 @@ -19,9 +19,9 @@ jobs:
- { target: arm-unknown-linux-gnueabihf, os: ubuntu-20.04, use-cross: true }
- { target: aarch64-unknown-linux-gnu, os: ubuntu-20.04, use-cross: true }
- { target: aarch64-unknown-linux-musl, os: ubuntu-20.04, use-cross: true }
- { target: aarch64-apple-darwin, os: macos-12 }
- { target: aarch64-apple-darwin, os: macos-latest }
- { target: riscv64gc-unknown-linux-gnu, os: ubuntu-20.04, use-cross: true }
- { target: x86_64-apple-darwin, os: macos-12 }
- { target: x86_64-apple-darwin, os: macos-latest }
- { target: x86_64-unknown-linux-gnu, os: ubuntu-20.04 }
- { target: x86_64-unknown-linux-musl, os: ubuntu-20.04, use-cross: true }
- { target: x86_64-pc-windows-gnu, os: ubuntu-20.04, use-cross: true }
Expand Down

0 comments on commit 9c8e2a3

Please sign in to comment.