Skip to content

Commit 9c8e2a3

Browse files
ci: change macos version to latest (#249)
Signed-off-by: Fabrizio Sestito <[email protected]>
1 parent a847ee1 commit 9c8e2a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
- { target: arm-unknown-linux-gnueabihf, os: ubuntu-20.04, use-cross: true }
2020
- { target: aarch64-unknown-linux-gnu, os: ubuntu-20.04, use-cross: true }
2121
- { target: aarch64-unknown-linux-musl, os: ubuntu-20.04, use-cross: true }
22-
- { target: aarch64-apple-darwin, os: macos-12 }
22+
- { target: aarch64-apple-darwin, os: macos-latest }
2323
- { target: riscv64gc-unknown-linux-gnu, os: ubuntu-20.04, use-cross: true }
24-
- { target: x86_64-apple-darwin, os: macos-12 }
24+
- { target: x86_64-apple-darwin, os: macos-latest }
2525
- { target: x86_64-unknown-linux-gnu, os: ubuntu-20.04 }
2626
- { target: x86_64-unknown-linux-musl, os: ubuntu-20.04, use-cross: true }
2727
- { target: x86_64-pc-windows-gnu, os: ubuntu-20.04, use-cross: true }

0 commit comments

Comments
 (0)