Skip to content

Commit

Permalink
Update ubuntu 20 in ci to latest (#1070)
Browse files Browse the repository at this point in the history
As ubuntu 20 is being phased down.
  • Loading branch information
rubensf authored Feb 13, 2025
1 parent cdf1b4a commit ee3e33b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:

jobs:
test:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x, 22.x]
Expand All @@ -37,7 +37,7 @@ jobs:
env:
BUF_BIGINT_DISABLE: ${{ matrix.bigint-disable }}
conformance:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x, 22.x]
Expand All @@ -58,7 +58,7 @@ jobs:
env:
BUF_BIGINT_DISABLE: ${{ matrix.bigint-disable }}
lint:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4
Expand All @@ -69,7 +69,7 @@ jobs:
- run: npm ci
- run: npx turbo run lint
attw:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4
Expand All @@ -80,7 +80,7 @@ jobs:
- run: npm ci
- run: npx turbo run attw
typescript-compat:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4
Expand All @@ -91,7 +91,7 @@ jobs:
- run: npm ci
- run: npx turbo run test -F './packages/typescript-compat/*'
license-header:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4
Expand All @@ -103,7 +103,7 @@ jobs:
- run: npx turbo run license-header
- run: node scripts/gh-diffcheck.js
format:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4
Expand All @@ -115,7 +115,7 @@ jobs:
- run: npx turbo run format
- run: node scripts/gh-diffcheck.js
bundle-size:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4
Expand All @@ -127,7 +127,7 @@ jobs:
- run: npx turbo run bundle-size
- run: node scripts/gh-diffcheck.js
bootstrap:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4
Expand Down

0 comments on commit ee3e33b

Please sign in to comment.