diff options
| author | Mikkel Hjortshøj <fyoucon@gmail.com> | 2020-10-29 13:33:12 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-29 13:33:12 +0100 |
| commit | 45815fd26e43f7ef63a15636d02136722ca27f02 (patch) | |
| tree | bd0aec4b68266c28052bb451b16e040738df2ee3 /.github | |
| parent | c7a2d6970b00f9aa9673300226fce368438cf858 (diff) | |
[CI] Change macos version to 11 from 10.5
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fb2cc3659..22e1982c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - name: Odin check run: ./odin check examples/demo/demo.odin -vet build_macOS: - runs-on: macOS-latest + runs-on: macos-11 steps: - name: Setup Xcode version uses: maxim-lobanov/setup-xcode@v1.2.1 |