Skip to content

Commit d58a2ac

Browse files
committed
Remove 18.04
1 parent 795e152 commit d58a2ac

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/bench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
os: [ubuntu-20.04, ubuntu-18.04, macos-latest]
19+
os: [ubuntu-20.04, macos-latest]
2020
python: ["3.11"]
2121
go: ["1.19"]
2222

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
os: [ubuntu-18.04]
19+
os: [ubuntu-22.04]
2020
python: [3.7, 3.8, "3.10", "3.11"]
2121
go: ["1.19", "1.16"]
2222

0 commit comments

Comments
 (0)