Skip to content

Commit 2883dea

Browse files
committed
ci: update clang version
1 parent c579744 commit 2883dea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ on:
77
branches: [ master ]
88

99
env:
10-
ARTIFACT_NAME: "linux-clang-15.zip"
11-
CLANG_VERSION: 15
10+
ARTIFACT_NAME: "linux-clang-16.zip"
11+
CLANG_VERSION: 16
1212

1313
jobs:
1414
build:
15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-24.04
1616

1717
steps:
1818
- name: Checkout std

0 commit comments

Comments
 (0)