We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72cf57f commit e8b9693Copy full SHA for e8b9693
.github/workflows/upload-binaries.yml
@@ -10,7 +10,10 @@ env:
10
11
jobs:
12
linux:
13
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-latest
14
+ # due to the dynamically linked libgcc, changes here should be communicated in the changelog
15
+ # as a change to the minimum OS version requirement
16
+ container: ubuntu-20.04
17
strategy:
18
fail-fast: false # we don't want to cancel building binaries for other targets just because one fails
19
matrix:
0 commit comments