Skip to content

Commit

Permalink
Test on Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
twm committed Oct 30, 2024
1 parent e8b92a9 commit 5cdffd5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:

jobs:
Fast:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
path: build

Slow:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
needs: [Fast]
steps:
- uses: actions/checkout@v4
Expand All @@ -66,7 +66,7 @@ jobs:
path: playwright-report

Publish:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
needs: [Fast]
if: ${{ !cancelled() && github.ref == 'refs/heads/trunk' }}

Expand Down

0 comments on commit 5cdffd5

Please sign in to comment.