From 70a59ca884f3e983c667fced3752d75bb5b539fa Mon Sep 17 00:00:00 2001 From: Alw3ys Date: Sat, 27 Jan 2024 13:43:36 +0100 Subject: [PATCH] chore: macos first --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 864a0e5..7ccc063 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: name: 'test ${{ matrix.os }}' strategy: matrix: - os: [ubuntu-latest, macos-latest] + os: [macos-latest, ubuntu-latest] runs-on: ${{ matrix.os }} steps: - name: Checkout