We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72e6420 commit aa496abCopy full SHA for aa496ab
.github/workflows/upload-binaries.yml
@@ -13,7 +13,7 @@ jobs:
13
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
+ 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