Skip to content

Commit 35282ad

Browse files
authored
Merge pull request #54 from Longsight/workflow
fix: build on 24.04
2 parents 59bfe99 + 7613e9e commit 35282ad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ permissions:
3333

3434
jobs:
3535
check:
36-
runs-on: ubuntu-22.04
36+
runs-on: ubuntu-24.04
3737
permissions:
3838
pull-requests: read
3939
outputs:
@@ -58,7 +58,7 @@ jobs:
5858
issues: write
5959
actions: write
6060
pull-requests: write
61-
runs-on: ubuntu-22.04
61+
runs-on: ubuntu-24.04
6262
steps:
6363
- name: Checkout
6464
uses: actions/checkout@v4

0 commit comments

Comments
 (0)