We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dc58ad commit 27b4020Copy full SHA for 27b4020
.github/workflows/upload-binaries.yml
@@ -10,7 +10,7 @@ env:
10
11
jobs:
12
linux:
13
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
14
strategy:
15
fail-fast: false # we don't want to cancel building binaries for other targets just because one fails
16
matrix:
0 commit comments