ci: fix macOS versions

This commit is contained in:
Laytan Laats
2024-04-24 18:26:03 +02:00
parent 5b6c96cd18
commit 448827c0e4
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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