From b2b4005df2510e37d1c447eb568a9e00b08c89b9 Mon Sep 17 00:00:00 2001 From: Roman Novak Date: Thu, 12 Sep 2024 00:10:54 -0700 Subject: [PATCH] Update macos runner --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 41947f0..e1dda6a 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -24,7 +24,7 @@ jobs: python-version: ['3.10', 3.11, 3.12] JAX_ENABLE_X64: [0] - runs-on: macos-latest + runs-on: macos-14 steps: