Skip to content

Commit aa496ab

Browse files
committed
Fix workflow
1 parent 72e6420 commit aa496ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/upload-binaries.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
# due to the dynamically linked libgcc, changes here should be communicated in the changelog
1515
# as a change to the minimum OS version requirement
16-
container: ubuntu-20.04
16+
container: ubuntu:20.04
1717
strategy:
1818
fail-fast: false # we don't want to cancel building binaries for other targets just because one fails
1919
matrix:

0 commit comments

Comments
 (0)