Skip to content

Commit

Permalink
Update macOS_on_demand.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored May 8, 2024
1 parent 78ff258 commit 3b69f08
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions .github/workflows/macOS_on_demand.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ jobs:
python3.10 --version
python3.11 --version
python3.12 --version
- name: Dump runner context
env:
RUNNER_CONTEXT: ${{ toJson(runner) }}
run: echo "$RUNNER_CONTEXT"
pythons_on_macOS_11:
runs-on: macos-11
steps:
Expand All @@ -75,16 +79,20 @@ jobs:
# 3.1
# 3.0
- run: |
# python3.0 --version || true
# python3.1 --version || true
# python3.2 --version || true
# python3.3 --version || true
# python3.4 --version || true
python3.0 --version || true
python3.1 --version || true
python3.2 --version || true
python3.3 --version || true
python3.4 --version || true
python3.5 --version || true
python3.6 --version || true
python3.7 --version || true
python3.8 --version || true
python3.9 --version || true
- name: Dump runner context
env:
RUNNER_CONTEXT: ${{ toJson(runner) }}
run: echo "$RUNNER_CONTEXT"
python3.10 --version || true
python3.11 --version || true
python3.12 --version || true

0 comments on commit 3b69f08

Please sign in to comment.