Skip to content

Commit

Permalink
chore: pin Ubuntu to squelch build warning
Browse files Browse the repository at this point in the history
Shouldn't be an issue for a hot while
  • Loading branch information
doamatto committed Jan 20, 2025
1 parent 10732c8 commit cc78d67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/browserslist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ permissions:
pull-requests: write
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Configure git
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v2
- name: Cache node modules
Expand Down

0 comments on commit cc78d67

Please sign in to comment.