You've already forked setup-python
mirror of
https://github.com/actions/setup-python.git
synced 2025-07-28 01:23:47 +07:00
Compare commits
1 Commits
main
...
test-macos
Author | SHA1 | Date | |
---|---|---|---|
ade6528851 |
11
.github/workflows/e2e-tests.yml
vendored
11
.github/workflows/e2e-tests.yml
vendored
@ -3,7 +3,7 @@ name: e2e tests
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- test-macos-x64-runner
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
pull_request:
|
||||
@ -19,13 +19,8 @@ jobs:
|
||||
matrix:
|
||||
operating-system:
|
||||
[
|
||||
windows-latest,
|
||||
ubuntu-22.04,
|
||||
ubuntu-22.04-arm,
|
||||
ubuntu-latest,
|
||||
ubuntu-24.04-arm,
|
||||
macos-latest,
|
||||
macos-13
|
||||
macos-15-large,
|
||||
macos-14-large
|
||||
]
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
Reference in New Issue
Block a user