diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a29ef1..a5ff31b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ on: jobs: build: # Necessary for ResultProcessorTest.testExecuteCommandWithStderr - runs-on: 'macos-latest' + runs-on: 'macos-14' steps: - name: Checkout uses: actions/checkout@v4