Skip to content

Commit

Permalink
ci: test ubuntu-24
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Dec 2, 2024
1 parent 5b75092 commit ccdd1e4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: panva/.github/.github/workflows/build-conformance-suite.yml@main

run:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
needs:
- build
strategy:
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -24,7 +24,7 @@ jobs:
- run: npm run build

format:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -39,7 +39,7 @@ jobs:
- run: git diff --quiet

check-docs:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
needs:
- build
- format
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
- tap:node
- test

runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -100,7 +100,7 @@ jobs:
edge-runtime:
needs:
- build
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
deno:
needs:
- build
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
workerd:
needs:
- build
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -195,7 +195,7 @@ jobs:
bun:
needs:
- build
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -222,7 +222,7 @@ jobs:
browsers:
needs:
- build
runs-on: ${{ matrix.runs-on || 'ubuntu-latest' }}
runs-on: ${{ matrix.runs-on || 'ubuntu-24.04' }}
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit ccdd1e4

Please sign in to comment.