Skip to content

Commit 3b36fb0

Browse files
committed
build: bump RUSTC_VERSION to 1.88 in github workflows
Signed-off-by: Joyee Cheung <joyeec9h3@gmail.com>
1 parent 85e93a1 commit 3b36fb0

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/coverage-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ concurrency:
6262
env:
6363
PYTHON_VERSION: '3.14'
6464
FLAKY_TESTS: keep_retrying
65-
RUSTC_VERSION: '1.86'
65+
RUSTC_VERSION: '1.88'
6666

6767
permissions:
6868
contents: read

.github/workflows/stress-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ env:
3636
PYTHON_VERSION: '3.14'
3737
XCODE_VERSION: '16.4'
3838
CLANG_VERSION: '19'
39-
RUSTC_VERSION: '1.86'
39+
RUSTC_VERSION: '1.88'
4040

4141
permissions:
4242
contents: read

.github/workflows/test-linux-quic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ env:
3737
CXX: ${{ (github.base_ref == 'main' || github.ref_name == 'main') && 'sccache' || '' }} clang++-19
3838
SCCACHE_GHA_ENABLED: ${{ github.base_ref == 'main' || github.ref_name == 'main' }}
3939
SCCACHE_IDLE_TIMEOUT: '0'
40-
RUSTC_VERSION: '1.86'
40+
RUSTC_VERSION: '1.88'
4141

4242
permissions:
4343
contents: read

.github/workflows/test-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ env:
4646
CXX: ${{ (github.base_ref == 'main' || github.ref_name == 'main') && 'sccache' || '' }} clang++-19
4747
SCCACHE_GHA_ENABLED: ${{ github.base_ref == 'main' || github.ref_name == 'main' }}
4848
SCCACHE_IDLE_TIMEOUT: '0'
49-
RUSTC_VERSION: '1.86'
49+
RUSTC_VERSION: '1.88'
5050

5151
permissions:
5252
contents: read

.github/workflows/test-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ env:
6868
PYTHON_VERSION: '3.14'
6969
XCODE_VERSION: '16.4'
7070
FLAKY_TESTS: keep_retrying
71-
RUSTC_VERSION: '1.86'
71+
RUSTC_VERSION: '1.88'
7272

7373
permissions:
7474
contents: read

0 commit comments

Comments
 (0)