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 Nov 17, 2024
1 parent 40bfe08 commit 2ade3bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macOS_on_demand.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-14, macos-13, macos-latest]
os: [macos-15, macos-14, macos-13, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
with:
python-version: |
3.6
3.5
# 3.5
# 3.4
# 3.3
# 3.2
Expand Down

0 comments on commit 2ade3bf

Please sign in to comment.