Skip to content

Commit

Permalink
test: try clang instead
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Apr 15, 2024
1 parent 2683004 commit 3468b24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build-macosx-aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ concurrency:
jobs:
build:
runs-on: macos-14
include:
- compiler: gcc
gcc: 11
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -69,8 +66,8 @@ jobs:
luarocks config --scope=system -- variables.LIBFLAG "-bundle -undefined dynamic_lookup -all_load -std=c++11"
- name: Install `tree-sitter-norg` Package
env:
CC: gcc-${{ matrix.gcc }}
CXX: g++-${{ matrix.gcc }}
CC: clang
CXX: clang++
run: |
luarocks --verbose --local --lua-version=5.1 install tree-sitter-norg
luarocks --verbose pack tree-sitter-norg
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/build-macosx-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ concurrency:
jobs:
build:
runs-on: macos-11
include:
- compiler: gcc
gcc: 11
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -69,8 +66,8 @@ jobs:
luarocks config --scope=system -- variables.LIBFLAG "-bundle -undefined dynamic_lookup -all_load -std=c++11"
- name: Install `tree-sitter-norg` Package
env:
CC: gcc-${{ matrix.gcc }}
CXX: g++-${{ matrix.gcc }}
CC: clang
CXX: clang++
run: |
luarocks --verbose --local --lua-version=5.1 install tree-sitter-norg
luarocks --verbose pack tree-sitter-norg
Expand Down

0 comments on commit 3468b24

Please sign in to comment.