Skip to content

Commit 612fa41

Browse files
authored
fix(ci): use GHA ubuntu-latest runners (#384)
1 parent 9d45d5b commit 612fa41

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.github/workflows/bundle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
test-tree-shaking-pull-request:
88
name: ${{ matrix.bundler }} ${{ matrix.target }} ${{ matrix.module }}
9-
runs-on: ubuntu-22.04
9+
runs-on: ubuntu-latest
1010
strategy:
1111
fail-fast: false
1212
matrix:

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
jobs:
1515
update:
1616
name: Update Docs
17-
runs-on: ubuntu-20.04
17+
runs-on: ubuntu-latest
1818
container: node:16.15.1-bullseye
1919
steps:
2020
- name: Checkout main

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
lint-pull-request:
88
name: Lint
9-
runs-on: ubuntu-22.04
9+
runs-on: ubuntu-latest
1010
steps:
1111
- name: Setup node v22.x
1212
uses: actions/setup-node@v4

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
build-and-test-pull-request:
88
name: ${{ matrix.node }} ${{ matrix.target }} ${{ matrix.module }}
9-
runs-on: ubuntu-22.04
9+
runs-on: ubuntu-latest
1010
strategy:
1111
fail-fast: false
1212
matrix:
@@ -67,6 +67,7 @@ jobs:
6767
yarn.lock
6868
package.json
6969
tsconfig.json
70+
.github/**/*
7071
src/**/*
7172
gulp/**/*
7273
tsconfigs/**/*

0 commit comments

Comments
 (0)