Skip to content

Commit 2aa6ef6

Browse files
authored
[CI] Bump clang to newer version (#134)
1 parent 9227bd5 commit 2aa6ef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
if: ${{ matrix.sdk == 'stable' }}
8383

8484
- name: Install native toolchains
85-
run: sudo apt-get update && sudo apt-get install clang-14 gcc-i686-linux-gnu gcc-aarch64-linux-gnu gcc-arm-linux-gnueabihf
85+
run: sudo apt-get update && sudo apt-get install clang-15 gcc-i686-linux-gnu gcc-aarch64-linux-gnu gcc-arm-linux-gnueabihf
8686
if: ${{ matrix.sdk == 'stable' && matrix.os == 'ubuntu' }}
8787

8888
- run: dart test

0 commit comments

Comments
 (0)