From 8f54c55bcb2518eafa01fb796b7349e33782c599 Mon Sep 17 00:00:00 2001 From: Magnus Wahlberg Date: Wed, 15 Nov 2023 11:28:56 +0100 Subject: [PATCH] Revert "Update build.yml" This reverts commit 569425cf276e486508497be4dfc331bf0686a4cc. --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9780e9d..f1ec28c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,11 +4,11 @@ on: [ push, pull_request ] jobs: build: + runs-on: ubuntu-latest strategy: matrix: python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ] - platform: [ubuntu-latest, macos-latest, windows-latest] - runs-on: ${{ matrix.platform }} + steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }}