Skip to content

Commit

Permalink
fix: ubuntu-18.04 (deprecated)
Browse files Browse the repository at this point in the history
  • Loading branch information
nonacosa committed Apr 17, 2023
1 parent 6e589cf commit ce11a54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.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-18.04
runs-on: ubuntu-22.04
steps:
- name: Set up Go
uses: actions/setup-go@v2
Expand All @@ -25,7 +25,7 @@ jobs:
file: .coverprofile
build:
name: Build
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
needs: [test]
steps:
- name: Set up Go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
goreleaser:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit ce11a54

Please sign in to comment.