File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 6565 PYTHON_VERSION : ' 3.14'
6666 FLAKY_TESTS : keep_retrying
6767 CLANG_VERSION : ' 19'
68+ RUSTC_VERSION : ' 1.85'
6869
6970permissions :
7071 contents : read
7172
7273jobs :
7374 build-tarball :
7475 if : github.event.pull_request.draft == false
75- runs-on : ubuntu-slim
76+ runs-on : ubuntu-24.04
7677 steps :
7778 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7879 with :
8485 allow-prereleases : true
8586 - name : Environment Information
8687 run : npx envinfo
88+ - name : Install Rust ${{ env.RUSTC_VERSION }}
89+ if : ${{ github.event_name != 'workflow_dispatch' }}
90+ run : |
91+ rustup override set "$RUSTC_VERSION"
92+ rustup --version
8793 - name : Make tarball
8894 run : |
8995 export DISTTYPE=nightly
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ jobs:
113113 build-tarball :
114114 if : github.event.pull_request.draft == false
115115 name : ${{ github.event_name == 'workflow_dispatch' && 'Skipped job' || 'Build slim tarball' }}
116- runs-on : ubuntu-slim
116+ runs-on : ubuntu-latest
117117 steps :
118118 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
119119 if : ${{ github.event_name != 'workflow_dispatch' }}
You can’t perform that action at this time.
0 commit comments