From 3ff4bfa3c71feeee1afbce3dfe3c0a3f40441102 Mon Sep 17 00:00:00 2001 From: Jacan Chaplais Date: Fri, 31 May 2024 15:48:33 +0100 Subject: [PATCH 1/2] test on macos-13 to avoid arm-only --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 53df731..9ea75e4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,7 +8,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, macos-latest] + os: [ubuntu-latest, macos-13] pyver: ["3.8", "3.9", "3.10", "3.11"] steps: - uses: actions/checkout@v3 From 0859e21ed23840202ec1f3c1e0beca6af6d90ef3 Mon Sep 17 00:00:00 2001 From: Jacan Chaplais Date: Fri, 31 May 2024 15:57:34 +0100 Subject: [PATCH 2/2] update micromamba version --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9ea75e4..8541e4f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v3 - uses: mamba-org/setup-micromamba@v1 with: - micromamba-version: '1.3.1-0' + micromamba-version: '1.5.6-0' environment-name: test-env create-args: >- python=${{ matrix.pyver }}