Skip to content

Commit

Permalink
fix: update ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
AugmentedMode committed Oct 17, 2024
1 parent 7984951 commit b42176d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
prepare:
name: Prepare
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
- name: Use Node.js
Expand All @@ -19,7 +19,7 @@ jobs:

build:
name: Build
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
needs:
- prepare
strategy:
Expand All @@ -44,7 +44,7 @@ jobs:
lint:
name: Lint
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
needs:
- prepare
strategy:
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
test:
name: Run Playwright tests
timeout-minutes: 60
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
needs:
- prepare
strategy:
Expand Down

0 comments on commit b42176d

Please sign in to comment.