We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54a218f commit 9430f4fCopy full SHA for 9430f4f
.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
42
# Linux
43
- { name: ubuntu-gcc, os: ubuntu-latest, compiler: gcc, ccov: 'ON' }
44
# macOS
45
- - { name: macos-clang, os: macos-13, compiler: clang, ccov: 'OFF' }
+ - { name: macos-clang, os: macos-14, compiler: clang, ccov: 'OFF' }
46
# Windows
47
- { php: '7.0', ts: 'nts', arch: 'x64', name: 'windows2019-vc14', os: 'windows-2019', compiler: 'vc14', ccov: 'OFF' }
48
- { php: '7.0', ts: 'ts', arch: 'x64', name: 'windows2019-vc14', os: 'windows-2019', compiler: 'vc14', ccov: 'OFF' }
0 commit comments