We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a11e10f commit 44afd0eCopy full SHA for 44afd0e
.github/workflows/pull-requests.yml
@@ -6,7 +6,7 @@ on:
6
7
jobs:
8
lint:
9
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
10
steps:
11
- name: Check out code 🛒
12
uses: actions/checkout@v4
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
21
run: make lint
22
23
package:
24
25
env:
26
BUILD_DIR: "build"
27
DIST_DIR_GITHUB: "dist/github"
0 commit comments