Skip to content

Commit

Permalink
Use Ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
subins2000 committed Mar 23, 2024
1 parent 18e6d36 commit e0cc013
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
env:
VARNAM_UPSTREAM: https://varnamproject.com

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
include:
- os: ubuntu-18.04
- os: ubuntu-20.04
file: "*.zip"

steps:
Expand Down

0 comments on commit e0cc013

Please sign in to comment.