aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikkel Hjortshøj <fyoucon@gmail.com>2020-10-29 20:06:50 +0100
committerGitHub <noreply@github.com>2020-10-29 20:06:50 +0100
commit532d307a75ef60a0caff7992e3e197ad07f02ffd (patch)
tree459ae830d8ba20ee2976e379a21c1c4d300c31f0
parent6ae8f5a62d09284f64652f801300573d8645283f (diff)
[CI] Remove test stage for macOS and go back to macos-latest
-rw-r--r--.github/workflows/ci.yml8
1 files changed, 1 insertions, 7 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 844a1ef72..219dcebfd 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-11.0
+ runs-on: macos-latest
steps:
- uses: actions/checkout@v1
- name: Download LLVM and setup PATH
@@ -24,12 +24,6 @@ jobs:
echo "/usr/local/opt/llvm/bin" >> $GITHUB_PATH
TMP_PATH=$(xcrun --show-sdk-path)/user/include
echo "CPATH=$TMP_PATH" >> $GITHUB_ENV
- echo $CPATH
- - name: TEST
- run: |
- echo $CPATH
- llc --version
- opt --version
- name: build odin
run: make release
- name: Odin run