Skip to content

Commit

Permalink
fix: set runner to 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
michalstruck committed Feb 11, 2025
1 parent bc20770 commit 3526e42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
jobs:
lint:
name: Lint
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v4
Expand All @@ -28,7 +28,7 @@ jobs:

typecheck:
name: Typecheck
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
Expand All @@ -53,7 +53,7 @@ jobs:

run-tests:
name: Run Tests
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
defaults:
run:
working-directory: packages/core
Expand Down

0 comments on commit 3526e42

Please sign in to comment.