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.
2 parents 18789ec + ba5f341 commit cb7b3c0Copy full SHA for cb7b3c0
.github/workflows/release.yml
@@ -60,8 +60,8 @@ jobs:
60
fail-fast: false
61
matrix:
62
include:
63
- - { target: aarch64-unknown-linux-gnu, os: ubuntu-latest, image: 'ubuntu:20.04' }
64
- - { target: x86_64-unknown-linux-gnu, os: ubuntu-latest, image: 'ubuntu:20.04' }
+ - { target: aarch64-unknown-linux-gnu, os: ubuntu-latest, image: 'ubuntu:22.04' }
+ - { target: x86_64-unknown-linux-gnu, os: ubuntu-latest, image: 'ubuntu:22.04' }
65
- { target: aarch64-apple-darwin, os: macos-latest }
66
- { target: x86_64-apple-darwin, os: macos-13 }
67
- { target: x86_64-pc-windows-msvc, os: windows-latest }
0 commit comments