Skip to content

Commit

Permalink
chore: pin Ubuntu version in GitHub Actions to 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Dec 27, 2024
1 parent 17cfc0d commit c2f93eb
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
# Prevents changesets action from creating a PR on forks
if: github.repository == 'modernweb-dev/web'
name: Pre-release
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout Repo
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
linux:
timeout-minutes: 30
name: Linux
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
# Prevents changesets action from creating a PR on forks
if: github.repository == 'modernweb-dev/web'
name: Release
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout Repo
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify-browser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
verify-linux:
timeout-minutes: 30
name: Linux
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
verify-linux:
timeout-minutes: 30
name: Linux
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
node-version:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify-storybook-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
verify-storybook-builder-linux:
timeout-minutes: 60
name: Linux
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit c2f93eb

Please sign in to comment.