Skip to content

Commit 6d5f2ba

Browse files
committed
macOS 10.14 runners are no longer available via Azure Pipeline
These images have already been deprecated for two months[1]. Thus, we upgrade to macOS 10.15. Since clang 12 is picky about `int-in-bool-context` warning, we disable `-Werror`. [1] <https://devblogs.microsoft.com/devops/hosted-pipelines-image-deprecation/>
1 parent 98175fc commit 6d5f2ba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

azure/macos/job.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ parameters:
55
jobs:
66
- job: ${{ parameters.configurationName }}
77
pool:
8-
vmImage: 'macOS-10.14'
8+
vmImage: 'macOS-10.15'
99
steps:
1010
- template: brew.yml
1111
- script: |
@@ -66,7 +66,6 @@ jobs:
6666
--enable-intl \
6767
--with-mhash \
6868
--with-sodium \
69-
--enable-werror \
7069
--with-config-file-path=/etc \
7170
--with-config-file-scan-dir=/etc/php.d
7271
displayName: 'Configure Build'

0 commit comments

Comments
 (0)