From 342ecbc2f7df651107702fdcf6e0b1f8f06bbbd5 Mon Sep 17 00:00:00 2001 From: d33bs Date: Mon, 3 Feb 2025 14:26:47 -0700 Subject: [PATCH] update gh actions macos runner --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 18bf5e60..d586edb5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: matrix: # matrixed execution for parallel gh-action performance increases python_version: ["3.9", "3.10", "3.11", "3.12"] - os: [ubuntu-22.04, macos-13] + os: [ubuntu-22.04, macos-14] runs-on: ${{ matrix.os }} env: OS: ${{ matrix.os }}