From fd075878dd5d68dc0e259f1069214f0c50fd5d16 Mon Sep 17 00:00:00 2001 From: discountchubbs Date: Wed, 9 Sep 2026 00:05:23 -0700 Subject: [PATCH] eh use latest. it has m1 chip --- .github/workflows/model_replay.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/model_replay.yaml b/.github/workflows/model_replay.yaml index c731dd7161..531101a087 100644 --- a/.github/workflows/model_replay.yaml +++ b/.github/workflows/model_replay.yaml @@ -15,7 +15,7 @@ on: jobs: test_stock_parity: name: Compare Stock vs Sunnypilot Model Replay - runs-on: macos-14 + runs-on: macos-latest steps: - uses: actions/checkout@v4