diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0cbe8ad23..e40372af3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,7 +62,7 @@ jobs: timeout-minutes: 10 build_macOS: name: MacOS Build, Check, and Test - runs-on: macos-latest + runs-on: macos-13 steps: - uses: actions/checkout@v1 - name: Download LLVM, and setup PATH diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index ff90ab57e..c9a2c821b 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -77,7 +77,7 @@ jobs: build_macos: name: MacOS Build if: github.repository == 'odin-lang/Odin' - runs-on: macos-latest + runs-on: macos-13 steps: - uses: actions/checkout@v1 - name: Download LLVM and setup PATH