We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2fa4a9 commit 6ebab74Copy full SHA for 6ebab74
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
matrix:
14
include:
15
- - { target: x86_64-unknown-linux-gnu, os: ubuntu-20.04, suffix: .gz }
+ - { target: x86_64-unknown-linux-gnu, os: ubuntu-24.04, suffix: .gz }
16
- { target: x86_64-apple-darwin, os: macos-latest, suffix: .gz }
17
- { target: aarch64-apple-darwin, os: macos-latest, suffix: .gz }
18
- { target: x86_64-pc-windows-msvc, os: windows-latest, suffix: .zip }
0 commit comments