Merge pull request #283 from c-bata/use-ubuntu-2004-integration-tests

Use ubuntu-20.04 for integration tests
This commit is contained in:
Masashi Shibata
2022-11-06 13:04:26 +09:00
committed by GitHub
+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']