Update mac versions to test 15 and 16. Update release version to 16.

This commit is contained in:
Christoffer Lerno
2023-05-21 22:05:59 +02:00
parent ddd0497922
commit 0778537540

View File

@@ -7,7 +7,7 @@ on:
branches: [ master ]
env:
LLVM_RELEASE_VERSION: 15
LLVM_RELEASE_VERSION: 16
jobs:
@@ -291,7 +291,7 @@ jobs:
fail-fast: false
matrix:
build_type: [Release, Debug]
llvm_version: [15]
llvm_version: [15, 16]
steps:
- uses: actions/checkout@v3
- name: Download LLVM