Skip to content

Commit

Permalink
Switch to Ubuntu 22.04 in Storybook workflow to fix browser installat…
Browse files Browse the repository at this point in the history
…ion issues on Ubuntu 24.04 (Noble)
  • Loading branch information
caleeli committed Jan 24, 2025
1 parent eabd660 commit 97923ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
jobs:
test:
timeout-minutes: 60
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down

0 comments on commit 97923ae

Please sign in to comment.