Skip to content

Commit 70b555d

Browse files
authored
builder -> v0.9.92 and clang-latest (#982)
1 parent 2cc7e23 commit 70b555d

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/ci-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ concurrency:
1212
cancel-in-progress: true
1313

1414
env:
15-
BUILDER_VERSION: v0.9.84
15+
BUILDER_VERSION: v0.9.92
1616
BUILDER_SOURCE: releases
1717
BUILDER_HOST: https://d19elf31gohf1l.cloudfront.net
1818
PACKAGE_NAME: aws-crt-java

.github/workflows/ci-slow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ concurrency:
1212
cancel-in-progress: true
1313

1414
env:
15-
BUILDER_VERSION: v0.9.84
15+
BUILDER_VERSION: v0.9.92
1616
BUILDER_SOURCE: releases
1717
BUILDER_HOST: https://d19elf31gohf1l.cloudfront.net
1818
PACKAGE_NAME: aws-crt-java

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ concurrency:
1212
cancel-in-progress: true
1313

1414
env:
15-
BUILDER_VERSION: v0.9.84
15+
BUILDER_VERSION: v0.9.92
1616
BUILDER_SOURCE: releases
1717
BUILDER_HOST: https://d19elf31gohf1l.cloudfront.net
1818
PACKAGE_NAME: aws-crt-java
@@ -67,6 +67,7 @@ jobs:
6767
- clang-11
6868
- clang-15
6969
- clang-17
70+
- clang-latest
7071
- gcc-4.8
7172
- gcc-5
7273
- gcc-6

0 commit comments

Comments
 (0)