mirror of
https://github.com/servo/servo.git
synced 2025-07-23 15:23:42 +01:00
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:
commit
f1bb3dcad0
2 changed files with 3 additions and 3 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -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:
|
||||
|
|
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue