From 9160d9035876020ad053676d66fa90fcf96bdc71 Mon Sep 17 00:00:00 2001 From: Kevin Primm Date: Sat, 10 Jun 2023 14:57:40 -0400 Subject: [PATCH] Update to LLVM 16.0.0, MSVC 16, macOS 13 --- .github/workflows/ci.yml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b18de6..10912be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: CI on: [push] env: - LLVM_VERSION: 16.0.0-rc3 + LLVM_VERSION: 16.0.0 jobs: distros: @@ -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: @@ -96,6 +99,7 @@ jobs: os: - macos-11 - macos-12 + - macos-13 steps: - uses: actions/checkout@v3 - run: brew install ninja @@ -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