From 65f08339a5168d3745be585c57ff057bd1dc3511 Mon Sep 17 00:00:00 2001 From: Saagar Jha Date: Tue, 30 Jan 2024 16:11:13 -0800 Subject: [PATCH] Run macOS CI on macos-14 runner --- .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 41b6b89..282dc5f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: test: strategy: matrix: - os: [macos-13, ubuntu-22.04] + os: [macos-14, ubuntu-22.04] name: Test runs-on: ${{ matrix.os }} environment: ci