Skip to content

Commit

Permalink
chore: playwright は ubuntu-22.04 に固定
Browse files Browse the repository at this point in the history
  • Loading branch information
naporin0624 committed Jan 15, 2025
1 parent 4337cc8 commit 7b7fc6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7b7fc6b

Please sign in to comment.