Use 15.0.6 on windows. Exclude 14 on linux. Update docker build.

This commit is contained in:
Christoffer Lerno
2023-01-11 00:30:33 +01:00
committed by Christoffer Lerno
parent da65de2d01
commit aded1cb736
5 changed files with 16 additions and 12 deletions

View File

@@ -54,7 +54,7 @@ jobs:
- name: run compiler tests
run: |
cd test
python3.exe src/tester.py ..\build\${{ matrix.build_type }}\c3c.exe test_suite/
python3.exe src/tester.py ..\build\${{ matrix.build_type }}\c3c.exe test_suite2/
- name: Compile run unit tests
run: |
@@ -177,7 +177,7 @@ jobs:
fail-fast: false
matrix:
build_type: [Release, Debug]
llvm_version: [13, 14, 15, 16]
llvm_version: [13, 15, 16]
steps:
- uses: actions/checkout@v3