Skip to content

Commit

Permalink
ci: use latest ubuntu fixed version
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranjamie committed Jan 17, 2025
1 parent 2b43e49 commit e666093
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ concurrency:

jobs:
sha-hash:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
outputs:
SHORT_SHA: ${{ steps.short-sha.outputs.SHORT_SHA }}
steps:
Expand All @@ -19,7 +19,7 @@ jobs:

set-in-progress-message:
if: github.repository == 'leather-io/extension' && github.actor != 'dependabot[bot]'
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
needs:
- sha-hash
steps:
Expand All @@ -30,7 +30,7 @@ jobs:

build:
name: build-${{ matrix.target }}-extension
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
needs:
- sha-hash
strategy:
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:

set-download-link:
if: github.repository == 'leather-io/extension' && github.actor != 'dependabot[bot]'
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
needs:
- sha-hash
- build
Expand Down

0 comments on commit e666093

Please sign in to comment.