Skip to content

Commit 05299a6

Browse files
committed
Ubuntu 20.04 because 22.04 currently does not offer Firefox
actions/runner-images#5490
1 parent 9ba780c commit 05299a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010
jobs:
1111
nightly:
1212
if: github.repository == 'primefaces/primefaces' && github.ref == 'refs/heads/master'
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-20.04
1414
name: Java ${{ matrix.java }}, ${{ matrix.profile }}
1515
strategy:
1616
fail-fast: false

0 commit comments

Comments
 (0)