From 11cebea9f8a0c4b13ce3b4d9efafa0e86933cea8 Mon Sep 17 00:00:00 2001 From: Tim Perry Date: Fri, 14 Jun 2024 12:24:45 +0200 Subject: [PATCH] Try Mac 13 instead (latest just stalls...) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c398465..ff2b039 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ jobs: name: Build & test runs-on: - ubuntu-latest - - macos-latest + - macos-13 container: httptoolkit/act-build-base:v3.0.1