Skip to content

Commit

Permalink
macOS 10.14 runners are no longer available via Azure Pipeline
Browse files Browse the repository at this point in the history
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/>
  • Loading branch information
cmb69 committed Dec 12, 2021
1 parent 98175fc commit 6d5f2ba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions azure/macos/job.yml
Expand Up @@ -5,7 +5,7 @@ parameters:
jobs:
- job: ${{ parameters.configurationName }}
pool:
vmImage: 'macOS-10.14'
vmImage: 'macOS-10.15'
steps:
- template: brew.yml
- script: |
Expand Down Expand Up @@ -66,7 +66,6 @@ jobs:
--enable-intl \
--with-mhash \
--with-sodium \
--enable-werror \
--with-config-file-path=/etc \
--with-config-file-scan-dir=/etc/php.d
displayName: 'Configure Build'
Expand Down

0 comments on commit 6d5f2ba

Please sign in to comment.