Skip to content

Commit

Permalink
Update to LLVM 16.0.0, MSVC 16, macOS 13
Browse files Browse the repository at this point in the history
  • Loading branch information
kfprimm committed Jun 10, 2023
1 parent bf5ef84 commit 9160d90
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
on: [push]

env:
LLVM_VERSION: 16.0.0-rc3
LLVM_VERSION: 16.0.0

jobs:
distros:
Expand Down Expand Up @@ -67,9 +67,12 @@ jobs:

llvm_windows:
name: LLVM
runs-on: windows-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- windows-2019
- windows-2022
arch:
- win64
steps:
Expand All @@ -96,6 +99,7 @@ jobs:
os:
- macos-11
- macos-12
- macos-13
steps:
- uses: actions/checkout@v3
- run: brew install ninja
Expand Down Expand Up @@ -128,6 +132,14 @@ jobs:
with:
name: macos-12

- uses: actions/download-artifact@v3
with:
name: macos-13

- uses: actions/download-artifact@v3
with:
name: win64-msvc16.0

- uses: actions/download-artifact@v3
with:
name: win64-msvc17.0
Expand Down

0 comments on commit 9160d90

Please sign in to comment.