Skip to content

Commit

Permalink
chore: upgrade ci runner os version
Browse files Browse the repository at this point in the history
  • Loading branch information
sweatybridge committed Jan 2, 2024
1 parent c4580e9 commit 125ad04
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 @@ -9,7 +9,7 @@ on:
jobs:
test:
name: Test
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

Expand All @@ -27,7 +27,7 @@ jobs:

lint:
name: Lint
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:

codegen:
name: Codegen
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 125ad04

Please sign in to comment.