Skip to content

Commit

Permalink
prebuild on ubuntu 20.04 (#382)
Browse files Browse the repository at this point in the history
this allows to use the prebuilt images on systems that do not have glibc v3 installed, e.g. the official selenium and cypress docker images
  • Loading branch information
seanet7or authored Aug 9, 2023
1 parent 8f228c9 commit 8b6b237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-20.04, macos-latest, windows-latest]
fail-fast: false
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 8b6b237

Please sign in to comment.