Skip to content

Commit

Permalink
Use older ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
synesthesiam committed Sep 7, 2023
1 parent afb58b2 commit 5c3a2e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
prerelease: false
build_linux:
name: "linux build: ${{ matrix.arch }}"
runs-on: ubuntu-latest
runs-on: ubuntu-20.04 # use older version on purpose for GLIBC
needs: create_release # we need to know the upload URL
strategy:
fail-fast: true
Expand Down

0 comments on commit 5c3a2e7

Please sign in to comment.