From 74166823ae420c9bae7556cdd875170ba461a473 Mon Sep 17 00:00:00 2001 From: "Paul M. Rodriguez" Date: Fri, 24 May 2024 11:05:26 -0500 Subject: [PATCH] Pin CI to macOS-13 --- .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 c85dd40..93cc4b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: lisp: [sbcl-bin, ccl-bin/1.12.1] - os: [ubuntu-latest, macOS-latest] + os: [ubuntu-latest, macOS-13] # macos-latest when Clozure supports arm64? steps: - uses: actions/checkout@v1