Skip to content

Commit ba2ab64

Browse files
authored
Drop MacOS 13 testing (#223)
* Drop MacOS 13 testing * Use weekly checking for CI-Tox * Clean up comments
1 parent 8f1173a commit ba2ab64

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/ci_tox.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,18 @@ on:
1313
- "master"
1414
- "main"
1515
schedule:
16-
# Nightly tests run on master by default:
1716
# Scheduled workflows run on the latest commit on the default or base branch.
1817
# (from https://help.github.com/en/actions/reference/events-that-trigger-workflows#scheduled-events-schedule)
19-
- cron: "0 0 * * *"
18+
# 4:30 UTC every Monday
19+
- cron: '30 4 * * 1'
2020

2121
jobs:
2222
test:
2323
name: Test on ${{ matrix.os }}, Python ${{ matrix.python-version }}
2424
runs-on: ${{ matrix.os }}
2525
strategy:
2626
matrix:
27-
# os: [macOS-latest, windows-latest, ubuntu-latest]
28-
os: [macos-13, macos-latest, windows-latest, ubuntu-latest]
27+
os: [macOS-latest, windows-latest, ubuntu-latest]
2928
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
3029

3130
steps:

0 commit comments

Comments
 (0)