Skip to content

Commit

Permalink
devops: use ubuntu-24.04 for CI (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt authored Oct 18, 2024
1 parent 15bc132 commit 36db494
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: [build]
timeout-minutes: 60
steps:
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
name: e2e-playwright-report
path: e2e/playwright-report/
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
contents: read
packages: write
Expand Down

0 comments on commit 36db494

Please sign in to comment.