mirror of
https://github.com/actions/setup-python.git
synced 2025-08-10 18:42:07 +00:00
Test macos x64 runner
This commit is contained in:
parent
3c6f142cc0
commit
ade6528851
11
.github/workflows/e2e-tests.yml
vendored
11
.github/workflows/e2e-tests.yml
vendored
@ -3,7 +3,7 @@ name: e2e tests
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- test-macos-x64-runner
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- '**.md'
|
- '**.md'
|
||||||
pull_request:
|
pull_request:
|
||||||
@ -19,13 +19,8 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
operating-system:
|
operating-system:
|
||||||
[
|
[
|
||||||
windows-latest,
|
macos-15-large,
|
||||||
ubuntu-22.04,
|
macos-14-large
|
||||||
ubuntu-22.04-arm,
|
|
||||||
ubuntu-latest,
|
|
||||||
ubuntu-24.04-arm,
|
|
||||||
macos-latest,
|
|
||||||
macos-13
|
|
||||||
]
|
]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
Loading…
x
Reference in New Issue
Block a user