diff --git a/.github/workflows/darwin.yaml b/.github/workflows/darwin.yaml index fa9e6144497414..9eeac9118ef9d3 100644 --- a/.github/workflows/darwin.yaml +++ b/.github/workflows/darwin.yaml @@ -36,7 +36,7 @@ jobs: framework: name: Build framework if: github.actor != 'restyled-io[bot]' - runs-on: macos-14 + runs-on: macos-13 strategy: matrix: options: # We don't need a full matrix @@ -73,7 +73,7 @@ jobs: name: Run framework tests if: github.actor != 'restyled-io[bot]' needs: [framework] # serialize to avoid running to many parallel macos runners - runs-on: macos-14 + runs-on: macos-13 strategy: matrix: options: # We don't need a full matrix