Skip to content

Commit

Permalink
Update Nushell and ping ubuntu-latest to ubuntu-22.04 for riscv64gc-u…
Browse files Browse the repository at this point in the history
…nknown-linux-gnu target
  • Loading branch information
hustcer committed Dec 7, 2024
1 parent e231585 commit a8361de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: hustcer/setup-nu@v3
if: github.repository == 'nushell/nightly'
with:
version: 0.99.1
version: 0.100.0

# Synchronize the main branch of nightly repo with the main branch of Nushell official repo
- name: Prepare for Nightly Release
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
- target: armv7-unknown-linux-musleabihf
os: ubuntu-22.04
- target: riscv64gc-unknown-linux-gnu
os: ubuntu-latest
os: ubuntu-22.04
- target: loongarch64-unknown-linux-gnu
os: ubuntu-22.04

Expand All @@ -143,7 +143,7 @@ jobs:
- name: Setup Nushell
uses: hustcer/setup-nu@v3
with:
version: 0.99.1
version: 0.100.0

- name: Release Nu Binary
id: nu
Expand Down Expand Up @@ -224,7 +224,7 @@ jobs:
- name: Setup Nushell
uses: hustcer/setup-nu@v3
with:
version: 0.99.1
version: 0.100.0

# Keep the last a few releases
- name: Delete Older Releases
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Setup Nushell
uses: hustcer/setup-nu@v3
with:
version: 0.99.0
version: 0.100.0

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

0 comments on commit a8361de

Please sign in to comment.