diff options
| author | Dax Raad <[email protected]> | 2025-12-15 10:14:18 -0500 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-12-15 10:14:20 -0500 |
| commit | d2ce368a3fc15a740da097385990b60efb2b6e68 (patch) | |
| tree | 39288359602bbbd9d065792090f11a1e1b848d5f /.github/workflows | |
| parent | f492122d590030d20ae8445596f77ebfc00eb9ec (diff) | |
| download | opencode-d2ce368a3fc15a740da097385990b60efb2b6e68.tar.gz opencode-d2ce368a3fc15a740da097385990b60efb2b6e68.zip | |
ci: update publish workflow concurrency to include version inputs and upgrade ubuntu runner to 24.04
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/publish.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4e35af4e2..4e3df621a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -21,7 +21,7 @@ on: required: false type: string -concurrency: ${{ github.workflow }}-${{ github.ref }} +concurrency: ${{ github.workflow }}-${{ github.ref }}-${{ inputs.version || inputs.bump }} permissions: id-token: write @@ -102,7 +102,7 @@ jobs: target: aarch64-apple-darwin - host: blacksmith-4vcpu-windows-2025 target: x86_64-pc-windows-msvc - - host: blacksmith-4vcpu-ubuntu-2204 + - host: blacksmith-4vcpu-ubuntu-2404 target: x86_64-unknown-linux-gnu runs-on: ${{ matrix.settings.host }} steps: |
