Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
franklywatson authored Jul 18, 2024
1 parent f3bbacc commit 8548dd0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ name: CI
on: [push]
jobs:
test:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install wabt
- uses: actions/setup-go@v2
with:
go-version: '1.19.x'
go-version: '1.22.x'
- name: Checkout repo
uses: actions/checkout@v2
- name: Make go deps
run: make deps
- name: Build
run: make
run: make

0 comments on commit 8548dd0

Please sign in to comment.