devops: move macos runners to public infra
This commit is contained in:
parent
d1926e2f9b
commit
e42782b5c1
3
.github/workflows/tests_secondary.yml
vendored
3
.github/workflows/tests_secondary.yml
vendored
|
|
@ -50,7 +50,8 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [macos-12, macos-13, macos-14]
|
||||
# From macos-14 onwards, GitHub is using Apple Silicon machines by default.
|
||||
os: [macos-12, macos-13, macos-13-xlarge, macos-14-large, macos-14]
|
||||
browser: [chromium, firefox, webkit]
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in a new issue