Browse Source

Merge pull request #3477 from laytan/fix-macos-versions

ci: fix macOS versions
gingerBill 1 year ago
parent
commit
c72a269b7c
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .github/workflows/ci.yml
  2. 1 1
      .github/workflows/nightly.yml

+ 1 - 1
.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

+ 1 - 1
.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