Skip to content

Commit

Permalink
Update mac versions to test 15 and 16. Update release version to 16.
Browse files Browse the repository at this point in the history
  • Loading branch information
lerno committed May 21, 2023
1 parent ddd0497 commit 0778537
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ master ]

env:
LLVM_RELEASE_VERSION: 15
LLVM_RELEASE_VERSION: 16

jobs:

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0778537

Please sign in to comment.