We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e460a2c commit 579a412Copy full SHA for 579a412
.github/workflows/build-publish.yml
@@ -7,7 +7,7 @@ on:
7
jobs:
8
build:
9
name: Build & Publish
10
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
11
12
# run on same-repo pushes or forks
13
# this avoids running the action twice for
0 commit comments