Use ubuntu-20.04 for integration tests

This commit is contained in:
c-bata
2022-11-06 12:10:55 +09:00
parent 5a2ecbe9f0
commit c3b26282f3
+1 -1
View File
@@ -13,7 +13,7 @@ on:
- 'tsconfig.json'
jobs:
test:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
optuna-version: ['optuna==2.10.0', 'git+https://github.com/optuna/optuna.git']