Auto merge of #29080 - servo:macos-upgrade, r=jdm

Build CI on macos-12 image.

The macOS-10.15 images will be unsupported as of December 1, 2022.
This commit is contained in:
bors-servo 2022-11-20 05:23:01 -05:00 committed by GitHub
commit f1bb3dcad0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -96,7 +96,7 @@ jobs:
build-mac:
name: Build (macOS)
runs-on: macos-10.15
runs-on: macos-12
steps:
- name: Branch check
if: ${{ !contains('refs/heads/auto refs/heads/try refs/heads/try-mac', github.ref) }}
@ -146,7 +146,7 @@ jobs:
# mac-wpt:
# #needs: build-mac
# runs-on: macos-10.15
# runs-on: macos-10.12
# env:
# max_chunk_id: 20
# strategy:

View file

@ -34,7 +34,7 @@ jobs:
upload-mac:
name: Upload nightly (macOS)
runs-on: macos-10.15
runs-on: macos-12
steps:
- uses: actions/checkout@v2
with: