Skip to content

Commit 109aa4b

Browse files
authored
[MNT] change macos runners to macos-latest version (#477)
This PR changes macos runners to `macos-latest` version, as in the other `sktime` packages.
1 parent 592b19f commit 109aa4b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
fail-fast: false
7070
matrix:
7171
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
72-
os: [ubuntu-latest, windows-latest, macOS-13]
72+
os: [ubuntu-latest, windows-latest, macOS-latest]
7373
runs-on: ${{ matrix.os }}
7474
steps:
7575
- uses: actions/checkout@v4
@@ -108,7 +108,7 @@ jobs:
108108
fail-fast: false
109109
matrix:
110110
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
111-
os: [ubuntu-latest, windows-latest, macOS-13]
111+
os: [ubuntu-latest, windows-latest, macOS-latest]
112112
runs-on: ${{ matrix.os }}
113113
steps:
114114
- uses: actions/checkout@v4

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
strategy:
3535
fail-fast: false # to not fail all combinations if just one fail
3636
matrix:
37-
os: [ubuntu-latest, macOS-13]
37+
os: [ubuntu-latest, macOS-latest]
3838
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
3939

4040
steps:

0 commit comments

Comments
 (0)