From 90544ff3e01771224d3c30740b05cbe33f32728e Mon Sep 17 00:00:00 2001 From: d33bs Date: Sun, 2 Feb 2025 15:30:31 -0700 Subject: [PATCH] ci(runners): bump macos gh actions runner version --- .github/workflows/integration-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 00fa4f7a..944d933e 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -88,7 +88,7 @@ jobs: fail-fast: false matrix: os: - - macos-13 + - macos-14 - ubuntu-22.04 python-version: ["3.9", "3.10", "3.11", "3.12"] runs-on: ${{ matrix.os }}