Skip to content

Commit

Permalink
Merge pull request #785 from CloudCannon/ubumptu
Browse files Browse the repository at this point in the history
ubuntu-24.04
  • Loading branch information
Tate-CC authored Feb 11, 2025
2 parents 79d2249 + b778120 commit 248f81d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
jobs:
publish-crate:
name: Publish Crate
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
needs: publish-github-release
steps:
- name: Clone
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:

publish-npm-package:
name: Publish NPM packages
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
needs: publish-binary-npm-packages
steps:
- name: Clone
Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:

publish-binary-npm-packages:
name: Publish NPM binaries
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
needs: publish-github-release
strategy:
matrix:
Expand Down Expand Up @@ -291,7 +291,7 @@ jobs:

publish-github-release:
name: GitHub Release
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
needs: test-and-build
defaults:
run:
Expand Down

0 comments on commit 248f81d

Please sign in to comment.