Skip to content

Commit 8548dd0

Browse files
Update ci.yml
1 parent f3bbacc commit 8548dd0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ name: CI
22
on: [push]
33
jobs:
44
test:
5-
runs-on: ubuntu-20.04
5+
runs-on: ubuntu-24.04
66
steps:
77
- name: Install dependencies
88
run: sudo apt-get update && sudo apt-get install wabt
99
- uses: actions/setup-go@v2
1010
with:
11-
go-version: '1.19.x'
11+
go-version: '1.22.x'
1212
- name: Checkout repo
1313
uses: actions/checkout@v2
1414
- name: Make go deps
1515
run: make deps
1616
- name: Build
17-
run: make
17+
run: make

0 commit comments

Comments
 (0)