Skip to content

Commit 8b0c2ed

Browse files
committed
More CI script updates
1 parent db1ae60 commit 8b0c2ed

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,13 @@ jobs:
3737
- os: ubuntu-latest
3838
compiler: gcc
3939
version: 13
40-
- os: ubuntu-latest
41-
compiler: clang
42-
version: 13
43-
- os: ubuntu-latest
44-
compiler: clang
45-
version: 14
40+
# See https://github.com/actions/runner-images/issues/8659
41+
# - os: ubuntu-latest
42+
# compiler: clang
43+
# version: 13
44+
# - os: ubuntu-latest
45+
# compiler: clang
46+
# version: 14
4647
- os: ubuntu-latest
4748
compiler: clang
4849
version: 15

0 commit comments

Comments
 (0)