Skip to content

Commit

Permalink
Remove 18.04
Browse files Browse the repository at this point in the history
  • Loading branch information
hit9 committed Jan 5, 2023
1 parent 795e152 commit d58a2ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-20.04, ubuntu-18.04, macos-latest]
os: [ubuntu-20.04, macos-latest]
python: ["3.11"]
go: ["1.19"]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-18.04]
os: [ubuntu-22.04]
python: [3.7, 3.8, "3.10", "3.11"]
go: ["1.19", "1.16"]

Expand Down

0 comments on commit d58a2ac

Please sign in to comment.