Skip to content

Commit 1e3e314

Browse files
committed
use ubuntu 22.04 instead
1 parent c53fe12 commit 1e3e314

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ on:
55

66
jobs:
77
ci:
8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-22.04
99
steps:
1010
- uses: actions/checkout@v4
1111

1212
- name: Install Dependencies
1313
run: sudo apt-get install gettext
1414

1515
- name: Validate
16-
run: VERSION=${{ github.event.repository.default_branch }} JOBS=4 MODE=text make all
16+
run: VERSION=${{ github.event.repository.default_branch }} JOBS=4 MODE=html make all

0 commit comments

Comments
 (0)