diff options
| author | Andreas T Jonsson <mail@andreasjonsson.se> | 2024-05-02 09:34:17 +0200 |
|---|---|---|
| committer | Andreas T Jonsson <mail@andreasjonsson.se> | 2024-05-02 09:34:17 +0200 |
| commit | 021271091a6cedc1cb460b8d271dcc5b653775f0 (patch) | |
| tree | acedf14b5bdc9d12a4a14992e0e76910d1c8ff06 /.github | |
| parent | c1ff7894dfcc1edfd420a10ab81eef00f2e36b10 (diff) | |
| parent | 7feff1c11335be9c0d804c3ca93050b7d154aad8 (diff) | |
Merge branch 'netbsd' into netbsd-ci
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/nightly.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1c43fca2c..07e89f3fb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,7 +88,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 |