Skip to content

Commit

Permalink
Run on container
Browse files Browse the repository at this point in the history
  • Loading branch information
daljit46 committed Feb 22, 2024
1 parent ee868c2 commit 4acb3e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/package-linux-tarball.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ on:
jobs:
package:
runs-on: ubuntu-20.04

# we run this workflow on ubuntu 18.04 to lower the minimum required glibc version
container:
image: ubuntu:18.04
steps:
- uses: actions/checkout@v1
with:
Expand Down

0 comments on commit 4acb3e6

Please sign in to comment.