From 7b7fc6b357ab0e4ff64c5ccdbc193e416b856d9f Mon Sep 17 00:00:00 2001 From: naporin0624 Date: Wed, 15 Jan 2025 06:38:59 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20playwright=20=E3=81=AF=20ubuntu-22.04?= =?UTF-8?q?=20=E3=81=AB=E5=9B=BA=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test-storybook.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-storybook.yml b/.github/workflows/test-storybook.yml index 9ec2f5f86..2279e49ca 100644 --- a/.github/workflows/test-storybook.yml +++ b/.github/workflows/test-storybook.yml @@ -11,7 +11,7 @@ jobs: prepare-base-branch: name: Prepare base branch image snapshots timeout-minutes: 20 - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Checkout base branch uses: actions/checkout@v4 @@ -62,7 +62,7 @@ jobs: test-storybook: name: Build Storybook timeout-minutes: 20 - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 needs: prepare-base-branch steps: - name: Checkout branch