We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7d56ed commit f42cbf2Copy full SHA for f42cbf2
.github/workflows/test-linux.yml
@@ -38,7 +38,7 @@ env:
38
CXX: ${{ (github.base_ref == 'main' || github.ref_name == 'main') && 'sccache' || '' }} clang++-19
39
SCCACHE_GHA_ENABLED: ${{ github.base_ref == 'main' || github.ref_name == 'main' }}
40
SCCACHE_IDLE_TIMEOUT: '0'
41
- RUSTC_VERSION: '1.82'
+ RUSTC_VERSION: '1.85'
42
43
permissions:
44
contents: read
.github/workflows/test-macos.yml
@@ -66,7 +66,7 @@ env:
66
PYTHON_VERSION: '3.14'
67
XCODE_VERSION: '16.4'
68
FLAKY_TESTS: keep_retrying
69
70
71
72
0 commit comments