From 056d42d001f992bc7a9619796dc55f19b31cd932 Mon Sep 17 00:00:00 2001 From: Alex Huszagh Date: Sat, 7 Sep 2024 13:50:59 -0500 Subject: [PATCH] CI fix --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3fc6f32..9b52c3a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -47,7 +47,7 @@ jobs: strategy: matrix: # NOTE: There seem to be missing includes on ARM64 - os: [ubuntu-latest, windows-latest, macos-latest-large] + os: [ubuntu-latest, windows-latest, macos-14] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4