Skip to content

Commit 4e1b06c

Browse files
authored
Update Nu to 0.101.0 for workflow and ping ubuntu-latest to 22.04 for riscv64gc build (#14835)
- [x] Update Nu to 0.101.0 for release and nightly-build workflow, test successfully in the nightly repo for a while, e.g.: https://github.com/nushell/nightly/actions/runs/12779907140 - [x] Pin `ubuntu-latest` to `ubuntu-22.04` for riscv64gc build due to [Ubuntu-latest workflows will use Ubuntu-24.04 image](actions/runner-images#10636) - [x] Stabilize `hustcer/milestone-action@main` to `hustcer/milestone-action@v2`
1 parent b99a8c9 commit 4e1b06c

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/milestone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
# Bind milestone to closed issue that has a merged PR fix
2424
- name: Set Milestone for Issue
25-
uses: hustcer/milestone-action@main
25+
uses: hustcer/milestone-action@v2
2626
if: github.event.issue.state == 'closed'
2727
with:
2828
action: bind-issue

.github/workflows/nightly-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: hustcer/setup-nu@v3
4040
if: github.repository == 'nushell/nightly'
4141
with:
42-
version: 0.98.0
42+
version: 0.101.0
4343

4444
# Synchronize the main branch of nightly repo with the main branch of Nushell official repo
4545
- name: Prepare for Nightly Release
@@ -114,7 +114,7 @@ jobs:
114114
- target: armv7-unknown-linux-musleabihf
115115
os: ubuntu-22.04
116116
- target: riscv64gc-unknown-linux-gnu
117-
os: ubuntu-latest
117+
os: ubuntu-22.04
118118
- target: loongarch64-unknown-linux-gnu
119119
os: ubuntu-22.04
120120

@@ -139,7 +139,7 @@ jobs:
139139
- name: Setup Nushell
140140
uses: hustcer/setup-nu@v3
141141
with:
142-
version: 0.98.0
142+
version: 0.101.0
143143

144144
- name: Release Nu Binary
145145
id: nu
@@ -197,7 +197,7 @@ jobs:
197197
- name: Setup Nushell
198198
uses: hustcer/setup-nu@v3
199199
with:
200-
version: 0.98.0
200+
version: 0.101.0
201201

202202
# Keep the last a few releases
203203
- name: Delete Older Releases

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- target: armv7-unknown-linux-musleabihf
6767
os: ubuntu-22.04
6868
- target: riscv64gc-unknown-linux-gnu
69-
os: ubuntu-latest
69+
os: ubuntu-22.04
7070
- target: loongarch64-unknown-linux-gnu
7171
os: ubuntu-22.04
7272

@@ -89,7 +89,7 @@ jobs:
8989
- name: Setup Nushell
9090
uses: hustcer/setup-nu@v3
9191
with:
92-
version: 0.98.0
92+
version: 0.101.0
9393

9494
- name: Release Nu Binary
9595
id: nu

0 commit comments

Comments
 (0)