Skip to content

Commit

Permalink
Merge pull request #28 from zc2638/fix/actions
Browse files Browse the repository at this point in the history
fix github actions runs on
  • Loading branch information
zc2638 authored Oct 30, 2023
2 parents 20eceb2 + f786ce1 commit 75b821a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:

jobs:
lint:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- name: Install Go
uses: actions/setup-go@v3
Expand All @@ -30,7 +30,7 @@ jobs:
version: latest

unit-tests:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- name: Install Go
uses: actions/setup-go@v3
Expand Down

0 comments on commit 75b821a

Please sign in to comment.