From ab33889982a8fef08e39c80cce81befe7dbcbb19 Mon Sep 17 00:00:00 2001 From: Flavian Desverne Date: Mon, 3 Jun 2024 16:52:52 +0200 Subject: [PATCH] try installing docker on macos differently --- .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 209aacb1..52b83ad9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -189,7 +189,7 @@ jobs: run: cargo test ${{matrix.features}} cargo-test-macos: - runs-on: macos-13 + runs-on: macos-12 strategy: fail-fast: false