mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
[CI] Change macos version to 11 from 10.5
This commit is contained in:
@@ -15,7 +15,7 @@ jobs:
|
|||||||
- name: Odin check
|
- name: Odin check
|
||||||
run: ./odin check examples/demo/demo.odin -vet
|
run: ./odin check examples/demo/demo.odin -vet
|
||||||
build_macOS:
|
build_macOS:
|
||||||
runs-on: macOS-latest
|
runs-on: macos-11
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Xcode version
|
- name: Setup Xcode version
|
||||||
uses: maxim-lobanov/setup-xcode@v1.2.1
|
uses: maxim-lobanov/setup-xcode@v1.2.1
|
||||||
|
|||||||
Reference in New Issue
Block a user