Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
prepare-release:
name: Prepare Release
runs-on: ubuntu-latest
runs-on: gusto-ubuntu-default
outputs:
version: ${{ steps.version.outputs.version }}
steps:
Expand Down Expand Up @@ -69,16 +69,16 @@ jobs:
matrix:
include:
- target: aarch64-apple-darwin
runner: macos-latest
runner: gusto-osx-default
use-cross: false
- target: x86_64-unknown-linux-gnu
runner: ubuntu-latest
runner: gusto-ubuntu-default
use-cross: true
- target: x86_64-unknown-linux-musl
runner: ubuntu-latest
runner: gusto-ubuntu-default
use-cross: true
- target: aarch64-unknown-linux-gnu
runner: ubuntu-latest
runner: gusto-ubuntu-default
use-cross: true
steps:
- name: Checkout release branch
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
release:
name: Create GitHub Release
needs: [prepare-release, build]
runs-on: ubuntu-latest
runs-on: gusto-ubuntu-default
steps:
- name: Download all artifacts
uses: actions/download-artifact@v4
Expand Down