[CI] Change macos version to 11 from 10.5

This commit is contained in:
Mikkel Hjortshøj
2020-10-29 13:33:12 +01:00
committed by GitHub
parent c7a2d6970b
commit 45815fd26e

View File

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