Skip to content

Commit

Permalink
Try
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-carlborg committed Jun 27, 2023
1 parent 932d02f commit 26b953d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
matrix:
arch: [x86_64]
os:
# - host: macOS-latest
# target_triple: x86_64-apple-macos10.9
- host: macOS-latest
target_triple: x86_64-apple-macos10.9

- host: windows-latest
target_triple: x86_64-pc-windows-msvc
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
- name: Download LLVM
if: ${{ runner.os == 'Windows' }}
run: |
curl -f -L -o llvm.7z --retry 3 https://github.com/jacob-carlborg/clang-builder/releases/download/v15.0.7%2B0.0.2-rc1/llvm-15.0.7-x86_64-pc-windows-msvc.7z
curl -f -L -o llvm.7z --retry 3 'https://github.com/jacob-carlborg/clang-builder/releases/download/v15.0.7%2B0.0.2-rc2/llvm-15.0.7-x86_64-pc-windows-msvc.7z'
# curl -f -L -o llvm.7z --retry 3 'https://github.com/jacob-carlborg/clang-builder/releases/download/v${{ matrix.llvm }}%2B0.0.1/llvm-${{ matrix.llvm }}-${{ matrix.os.target_triple }}.7z'
7z x llvm.7z
Expand Down

0 comments on commit 26b953d

Please sign in to comment.