From 8b6b2370466901612c521b622352ff40b6184c30 Mon Sep 17 00:00:00 2001 From: seanet7or Date: Wed, 9 Aug 2023 19:37:33 +0200 Subject: [PATCH] prebuild on ubuntu 20.04 (#382) 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 --- .github/workflows/prebuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prebuild.yml b/.github/workflows/prebuild.yml index fb49b67f..1197a8d9 100644 --- a/.github/workflows/prebuild.yml +++ b/.github/workflows/prebuild.yml @@ -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