From 109aa4b6dedb3cfd8fff896f305432d85138c46d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franz=20Kir=C3=A1ly?= Date: Wed, 9 Oct 2024 02:17:20 +0100 Subject: [PATCH] [MNT] change macos runners to `macos-latest` version (#477) This PR changes macos runners to `macos-latest` version, as in the other `sktime` packages. --- .github/workflows/test.yml | 4 ++-- .github/workflows/wheels.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d28eda45..d8853817 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -69,7 +69,7 @@ jobs: fail-fast: false matrix: python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] - os: [ubuntu-latest, windows-latest, macOS-13] + os: [ubuntu-latest, windows-latest, macOS-latest] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 @@ -108,7 +108,7 @@ jobs: fail-fast: false matrix: python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] - os: [ubuntu-latest, windows-latest, macOS-13] + os: [ubuntu-latest, windows-latest, macOS-latest] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 8383b1e8..e58e833c 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -34,7 +34,7 @@ jobs: strategy: fail-fast: false # to not fail all combinations if just one fail matrix: - os: [ubuntu-latest, macOS-13] + os: [ubuntu-latest, macOS-latest] python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] steps: