Skip to content

Commit e8b9693

Browse files
committed
Try building in a container
1 parent 72cf57f commit e8b9693

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/upload-binaries.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ env:
1010

1111
jobs:
1212
linux:
13-
runs-on: ubuntu-22.04
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
1417
strategy:
1518
fail-fast: false # we don't want to cancel building binaries for other targets just because one fails
1619
matrix:

0 commit comments

Comments
 (0)