From a69327f7844ca88ad5b6293bd334e5cb351d9591 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Mon, 12 Jun 2023 13:00:01 -0400 Subject: ci: Use macOS 13 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ae65157..3aacce1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: macos: name: macOS - runs-on: macos-latest + runs-on: macos-13 steps: - uses: actions/checkout@v3 -- cgit v1.2.3