Skip to content

Commit 4bc6a25

Browse files
committed
Update ezsql-linux.yml
1 parent c97203b commit 4bc6a25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ezsql-linux.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ on:
1212
jobs:
1313
linux:
1414
name: Linux (PHP ${{ matrix.php-versions }} CI)
15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-18.04
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
operating-system: [ubuntu-latest]
19+
operating-system: [ubuntu-18.04]
2020
php-versions: ['7.4', '8.0']
2121

2222
steps:

0 commit comments

Comments
 (0)