Skip to content

Commit

Permalink
Merge 'fraccaman/ci-here-we-go-again-25'
Browse files Browse the repository at this point in the history
* origin/fraccaman/ci-here-we-go-again-25:
  [ci skip] improve release ci
  • Loading branch information
Fraccaman committed Oct 18, 2023
2 parents 38140b7 + 1571b36 commit 901220b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, macos-latest, windows-latest, ubuntu-22.04]
os: [macos-latest, windows-latest, ubuntu-latest]
make:
- name: Build package
command: package
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Install cargo-about (only windows)
if: startsWith(runner.os, 'Windows')
run: |
curl -k https://installer.heliax.click/EmbarkStudios/cargo-about@0.5.7 | bash
curl -L https://github.com/EmbarkStudios/cargo-about/releases/download/0.5.7/cargo-about-0.5.7-x86_64-pc-windows-msvc.tar.gz -o cargo-about
echo "::add-path::$GITHUB_WORKSPACE"
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
Expand Down

0 comments on commit 901220b

Please sign in to comment.