aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMikkel Hjortshøj <fyoucon@gmail.com>2020-10-29 13:33:12 +0100
committerGitHub <noreply@github.com>2020-10-29 13:33:12 +0100
commit45815fd26e43f7ef63a15636d02136722ca27f02 (patch)
treebd0aec4b68266c28052bb451b16e040738df2ee3 /.github
parentc7a2d6970b00f9aa9673300226fce368438cf858 (diff)
[CI] Change macos version to 11 from 10.5
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
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