Skip to content

Commit a8361de

Browse files
committed
Update Nushell and ping ubuntu-latest to ubuntu-22.04 for riscv64gc-unknown-linux-gnu target
1 parent e231585 commit a8361de

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/nightly-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: hustcer/setup-nu@v3
4242
if: github.repository == 'nushell/nightly'
4343
with:
44-
version: 0.99.1
44+
version: 0.100.0
4545

4646
# Synchronize the main branch of nightly repo with the main branch of Nushell official repo
4747
- name: Prepare for Nightly Release
@@ -116,7 +116,7 @@ jobs:
116116
- target: armv7-unknown-linux-musleabihf
117117
os: ubuntu-22.04
118118
- target: riscv64gc-unknown-linux-gnu
119-
os: ubuntu-latest
119+
os: ubuntu-22.04
120120
- target: loongarch64-unknown-linux-gnu
121121
os: ubuntu-22.04
122122

@@ -143,7 +143,7 @@ jobs:
143143
- name: Setup Nushell
144144
uses: hustcer/setup-nu@v3
145145
with:
146-
version: 0.99.1
146+
version: 0.100.0
147147

148148
- name: Release Nu Binary
149149
id: nu
@@ -224,7 +224,7 @@ jobs:
224224
- name: Setup Nushell
225225
uses: hustcer/setup-nu@v3
226226
with:
227-
version: 0.99.1
227+
version: 0.100.0
228228

229229
# Keep the last a few releases
230230
- name: Delete Older Releases

.github/workflows/pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Setup Nushell
3737
uses: hustcer/setup-nu@v3
3838
with:
39-
version: 0.99.0
39+
version: 0.100.0
4040

4141
# Synchronize the main branch of nightly repo with the main branch of Nushell official repo
4242
- name: Pre Release

0 commit comments

Comments
 (0)