Skip to content

Commit 7bba600

Browse files
committed
chore: build on ubuntu 22.04
1 parent b07a2e8 commit 7bba600

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ name: Build Index
33
on:
44
push:
55
branches:
6-
- '**'
6+
- "**"
77
pull_request:
88
workflow_dispatch:
99

1010
jobs:
1111
build:
12-
runs-on: ubuntu-latest
12+
runs-on: ubuntu-22.04
1313
steps:
1414
- name: Checkout repository
1515
uses: actions/checkout@v4

0 commit comments

Comments
 (0)