ci: fix macOS versions
@@ -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
@@ -77,7 +77,7 @@ jobs:
build_macos:
name: MacOS Build
if: github.repository == 'odin-lang/Odin'
- name: Download LLVM and setup PATH