We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f61ef29 commit b7e5eb5Copy full SHA for b7e5eb5
.github/workflows/release.yml
@@ -39,16 +39,16 @@ jobs:
39
- target: aarch64-unknown-linux-gnu
40
- target: aarch64-unknown-linux-musl
41
- target: aarch64-apple-darwin
42
- os: macos-12
+ os: macos-13
43
- target: x86_64-unknown-linux-gnu
44
- target: x86_64-unknown-linux-musl
45
- target: x86_64-apple-darwin
46
47
- target: x86_64-pc-windows-msvc
48
os: windows-2019
49
- target: x86_64-unknown-freebsd
50
- target: universal-apple-darwin
51
52
runs-on: ${{ matrix.os || 'ubuntu-20.04' }}
53
timeout-minutes: 60
54
permissions:
0 commit comments