From 9e6061b3b21e1395585c36470e9dd932a3743027 Mon Sep 17 00:00:00 2001 From: Vladislav Sovrasov Date: Tue, 29 Oct 2024 11:21:13 +0900 Subject: [PATCH] Disable MacOS OVMS testing --- .github/workflows/test_precommit.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test_precommit.yml b/.github/workflows/test_precommit.yml index 513fa287..0d5b1659 100644 --- a/.github/workflows/test_precommit.yml +++ b/.github/workflows/test_precommit.yml @@ -148,13 +148,11 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-20.04, ubuntu-22.04, macos-13] + os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04] python-version: [3.9, '3.10', '3.11'] exclude: - - os: macos-13 - python-version: '3.10' - - os: macos-13 - python-version: '3.11' + - os: ubuntu-24.04 + python-version: '3.9' runs-on: ${{ matrix.os }} steps: - name: Set up docker for macOS