From 40cb39f52754fde874039bdb71048612b758986c Mon Sep 17 00:00:00 2001 From: Marco Pleines Date: Mon, 16 Sep 2024 19:09:53 +0200 Subject: [PATCH] remove macos-latest from .github/workflows/test.yaml --- .github/workflows/tests.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index ebdd57e4c..ca77b4f2a 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -12,7 +12,7 @@ jobs: matrix: python-version: ["3.8", "3.9", "3.10"] poetry-version: ["1.7"] - os: [ubuntu-22.04, macos-latest, windows-latest] + os: [ubuntu-22.04, windows-latest] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2 @@ -55,7 +55,7 @@ jobs: matrix: python-version: ["3.8", "3.9", "3.10"] poetry-version: ["1.7"] - os: [ubuntu-22.04, macos-latest, windows-latest] + os: [ubuntu-22.04, windows-latest] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2 @@ -91,7 +91,7 @@ jobs: matrix: python-version: ["3.8", "3.9", "3.10"] poetry-version: ["1.7"] - os: [ubuntu-22.04, macos-latest, windows-latest] + os: [ubuntu-22.04, windows-latest] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2