From 03fb38536164743699528b333a8bda8f3e07de94 Mon Sep 17 00:00:00 2001 From: Tim McGilchrist Date: Tue, 2 Apr 2024 16:00:41 +1100 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 03d95cc51d23..2c4430c9d52d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -151,14 +151,14 @@ jobs: os: ubuntu-latest config_arg: CFLAGS='-O0' - name: macos - os: macos-latest + os: macos-14 steps: - name: Checkout uses: actions/checkout@v3 with: persist-credentials: false - name: OS Dependencies - if: runner.os == 'MacOS' + if: ${{runner.os == 'MacOS'}} run: brew install parallel - name: configure tree run: |