Skip to content

Commit 7f72eed

Browse files
authored
Clang 15 (#3876)
1 parent 094a3dc commit 7f72eed

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/ubuntu.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,11 @@ jobs:
138138
runs-on: ubuntu-latest
139139
strategy:
140140
matrix:
141-
compiler: ['3.5', '3.6', '3.7', '3.8', '3.9', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14', 'latest']
141+
compiler: ['3.5', '3.6', '3.7', '3.8', '3.9', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14', '15-bullseye', 'latest']
142142
container: silkeh/clang:${{ matrix.compiler }}
143143
steps:
144-
- name: Install unzip
145-
run: apt-get update ; apt-get install -y unzip
144+
- name: Install unzip and git
145+
run: apt-get update ; apt-get install -y unzip git
146146
- uses: actions/checkout@v3
147147
- name: Get latest CMake and ninja
148148
uses: lukka/get-cmake@latest

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1174,7 +1174,8 @@ The following compilers are currently used in continuous integration at [AppVeyo
11741174
| Clang 12.0.0 | Ubuntu 20.04.3 LTS | GitHub Actions |
11751175
| Clang 13.0.0 | Ubuntu 20.04.3 LTS | GitHub Actions |
11761176
| Clang 14.0.0 | Ubuntu 20.04.3 LTS | GitHub Actions |
1177-
| Clang 15.0.0 (15.0.0-++20220719071818+5fc621355110-1~exp1~20220719071918.324) | Ubuntu 20.04.3 LTS | GitHub Actions |
1177+
| Clang 15.0.4 | Ubuntu 20.04.3 LTS | GitHub Actions |
1178+
| Clang 16.0.0 (16.0.0-++20221031071727+500876226c60-1~exp1~20221031071831.439) | Ubuntu 20.04.3 LTS | GitHub Actions |
11781179
| GCC 4.8.5 (Ubuntu 4.8.5-4ubuntu2) | Ubuntu 20.04.3 LTS | GitHub Actions |
11791180
| GCC 4.9.4 | Ubuntu 20.04.3 LTS | GitHub Actions |
11801181
| GCC 5.5.0 | Ubuntu 20.04.3 LTS | GitHub Actions |

0 commit comments

Comments
 (0)