Skip to content

Commit 2f3c668

Browse files
committed
Update ezsql-macos.yml
1 parent 97e8011 commit 2f3c668

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ezsql-macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ on:
1212
jobs:
1313
windows:
1414
name: macOS (PHP ${{ matrix.php-versions }} CI)
15-
runs-on: macos-latest
15+
runs-on: macos-11.0
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
operating-system: [macos-latest]
19+
operating-system: [macos-11.0]
2020
php-versions: ['7.1', '8.0']
2121

2222
steps:

0 commit comments

Comments
 (0)