Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit b8f52d8

Browse files
authored
upgrade CI to run on Ubuntu 20.04 (#2153)
1 parent 92657b2 commit b8f52d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_cpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
os: [ubuntu-18.04, macOS-latest]
21+
os: [ubuntu-20.04, macOS-latest]
2222
steps:
2323
- name: Setup Python 3.8
2424
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)