Skip to content

Commit

Permalink
ci: Run on ubuntu latest
Browse files Browse the repository at this point in the history
  • Loading branch information
shrink committed Nov 30, 2024
1 parent 56a2396 commit 1172c31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Create Release
name: Release (package and build)

on:
push:
Expand All @@ -10,7 +10,7 @@ permissions:

jobs:
upload-build:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down

0 comments on commit 1172c31

Please sign in to comment.