Compare commits

...

2 Commits

Author SHA1 Message Date
hustcer
1433e9bed3 Try to fix nightly 2024-04-27 10:25:20 +08:00
hustcer
1e2f34ed7b Try to upgrade ubuntu to 22.04 to fix Linux releases 2024-02-28 15:08:04 +08:00
2 changed files with 14 additions and 14 deletions

View File

@ -39,7 +39,7 @@ jobs:
uses: hustcer/setup-nu@v3.10
if: github.repository == 'nushell/nightly'
with:
version: 0.91.0
version: 0.92.2
# Synchronize the main branch of nightly repo with the main branch of Nushell official repo
- name: Prepare for Nightly Release
@ -105,16 +105,16 @@ jobs:
os: windows-latest
target_rustflags: ''
- target: x86_64-unknown-linux-gnu
os: ubuntu-20.04
os: ubuntu-latest
target_rustflags: ''
- target: x86_64-unknown-linux-musl
os: ubuntu-20.04
os: ubuntu-latest
target_rustflags: ''
- target: aarch64-unknown-linux-gnu
os: ubuntu-20.04
os: ubuntu-latest
target_rustflags: ''
- target: armv7-unknown-linux-gnueabihf
os: ubuntu-20.04
os: ubuntu-latest
target_rustflags: ''
- target: riscv64gc-unknown-linux-gnu
os: ubuntu-latest
@ -141,7 +141,7 @@ jobs:
- name: Setup Nushell
uses: hustcer/setup-nu@v3.10
with:
version: 0.91.0
version: 0.92.2
- name: Release Nu Binary
id: nu
@ -253,7 +253,7 @@ jobs:
- name: Setup Nushell
uses: hustcer/setup-nu@v3.10
with:
version: 0.91.0
version: 0.92.2
- name: Release Nu Binary
id: nu
@ -317,7 +317,7 @@ jobs:
- name: Setup Nushell
uses: hustcer/setup-nu@v3.10
with:
version: 0.91.0
version: 0.92.2
# Keep the last a few releases
- name: Delete Older Releases

View File

@ -55,16 +55,16 @@ jobs:
os: windows-latest
target_rustflags: ''
- target: x86_64-unknown-linux-gnu
os: ubuntu-20.04
os: ubuntu-latest
target_rustflags: ''
- target: x86_64-unknown-linux-musl
os: ubuntu-20.04
os: ubuntu-latest
target_rustflags: ''
- target: aarch64-unknown-linux-gnu
os: ubuntu-20.04
os: ubuntu-latest
target_rustflags: ''
- target: armv7-unknown-linux-gnueabihf
os: ubuntu-20.04
os: ubuntu-latest
target_rustflags: ''
- target: riscv64gc-unknown-linux-gnu
os: ubuntu-latest
@ -89,7 +89,7 @@ jobs:
- name: Setup Nushell
uses: hustcer/setup-nu@v3.10
with:
version: 0.91.0
version: 0.92.2
- name: Release Nu Binary
id: nu
@ -179,7 +179,7 @@ jobs:
- name: Setup Nushell
uses: hustcer/setup-nu@v3.10
with:
version: 0.91.0
version: 0.92.2
- name: Release Nu Binary
id: nu