Skip to content

Commit 59d3293

Browse files
Merge pull request #344 from KernelTuner/update-github-workflow-mac-latest
Change `test-python-package.yml` to use `macos-latest`
2 parents 2eba10c + 980c173 commit 59d3293

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
strategy:
2323
matrix:
24-
os: [ubuntu-latest, macos-13]
24+
os: [ubuntu-latest, macos-latest]
2525

2626
steps:
2727
- uses: actions/checkout@v4

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
# set the test parameters
1717
verbose = False
18-
python_versions_to_test = ["3.10", "3.11", "3.12", "3.13"] # 3.14 has not yet been officially released so is not tested against, but is allowed by the pyproject.toml
18+
python_versions_to_test = ["3.11", "3.12", "3.13", "3.14"]
1919
nox.options.stop_on_first_error = True
2020
nox.options.error_on_missing_interpreters = True
2121
nox.options.default_venv_backend = 'virtualenv'

0 commit comments

Comments
 (0)