Skip to content

Commit 9f1b7c1

Browse files
committed
GitHub Action drops supports for runner ubuntu-20.04
1 parent f0a5712 commit 9f1b7c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,10 @@ jobs:
105105
- "-DSERIAL_MODE=ON -DINTERACTIVE_MODE=ON -DLIBYT_RUN_TEST=ON -DUSE_PYBIND11=ON"
106106
- "-DSERIAL_MODE=ON -DINTERACTIVE_MODE=ON -DLIBYT_RUN_TEST=ON -DUSE_PYBIND11=OFF"
107107
include:
108-
- os: ubuntu-20.04
108+
- os: ubuntu-22.04
109109
python_version: '3.7'
110110
build_options: "-DSERIAL_MODE=ON -DINTERACTIVE_MODE=ON -DLIBYT_RUN_TEST=ON -DUSE_PYBIND11=ON"
111-
- os: ubuntu-20.04
111+
- os: ubuntu-22.04
112112
python_version: '3.7'
113113
build_options: "-DSERIAL_MODE=ON -DINTERACTIVE_MODE=ON -DLIBYT_RUN_TEST=ON -DUSE_PYBIND11=OFF"
114114

0 commit comments

Comments
 (0)