Skip to content

Commit cd4a129

Browse files
committed
Fix CI
1 parent a80f7e6 commit cd4a129

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ jobs:
3939
- {os: ubuntu-20.04, compiler: clang, version: '10'}
4040
- {os: ubuntu-20.04, compiler: clang, version: '11'}
4141
- {os: ubuntu-20.04, compiler: clang, version: '12'}
42-
- {os: ubuntu-latest, compiler: clang, version: '13'}
43-
- {os: ubuntu-latest, compiler: clang, version: '14'}
44-
- {os: ubuntu-latest, compiler: clang, version: '15'}
45-
- {os: ubuntu-latest, compiler: clang, version: '16'}
42+
- {os: ubuntu-22.04, compiler: clang, version: '13'}
43+
- {os: ubuntu-22.04, compiler: clang, version: '14'}
44+
- {os: ubuntu-22.04, compiler: clang, version: '15'}
45+
- {os: ubuntu-22.04, compiler: clang, version: '16'}
4646
- {os: ubuntu-latest, compiler: clang, version: '17'}
4747
- {os: ubuntu-latest, compiler: clang, version: '18'}
4848

0 commit comments

Comments
 (0)