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:
|
build-mac:
|
||||||
name: Build (macOS)
|
name: Build (macOS)
|
||||||
runs-on: macos-10.15
|
runs-on: macos-12
|
||||||
steps:
|
steps:
|
||||||
- name: Branch check
|
- name: Branch check
|
||||||
if: ${{ !contains('refs/heads/auto refs/heads/try refs/heads/try-mac', github.ref) }}
|
if: ${{ !contains('refs/heads/auto refs/heads/try refs/heads/try-mac', github.ref) }}
|
||||||
|
@ -146,7 +146,7 @@ jobs:
|
||||||
|
|
||||||
# mac-wpt:
|
# mac-wpt:
|
||||||
# #needs: build-mac
|
# #needs: build-mac
|
||||||
# runs-on: macos-10.15
|
# runs-on: macos-10.12
|
||||||
# env:
|
# env:
|
||||||
# max_chunk_id: 20
|
# max_chunk_id: 20
|
||||||
# strategy:
|
# strategy:
|
||||||
|
|
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
|
@ -34,7 +34,7 @@ jobs:
|
||||||
|
|
||||||
upload-mac:
|
upload-mac:
|
||||||
name: Upload nightly (macOS)
|
name: Upload nightly (macOS)
|
||||||
runs-on: macos-10.15
|
runs-on: macos-12
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue