From c3b26282f33f86223373042505cafdcff3dcd043 Mon Sep 17 00:00:00 2001 From: c-bata Date: Sun, 6 Nov 2022 12:10:55 +0900 Subject: [PATCH] Use ubuntu-20.04 for integration tests --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index b7517601..52e4065a 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -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']