commit f87ffb2b028c88e109d45bc0e6167673bda41e7d
parent cd10a42931c87f0cb8056fc1c69a7e922e22ab88
Author: Sergej Orlov <wladimirych@gmail.com>
Date: Fri, 6 Dec 2024 17:28:31 +0100
GH actions: use old ubuntu for Firefox 52
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
@@ -23,13 +23,14 @@ jobs:
- run: npm run build
test:
- runs-on: ubuntu-latest
+ runs-on: ${{ matrix.os || 'ubuntu-latest' }}
strategy:
fail-fast: false
matrix:
include:
- browser: FirefoxHeadless
firefox-version: '52.9.0esr'
+ os: ubuntu-20.04
needs-xvfb: true
- browser: FirefoxHeadless
firefox-version: 'latest'