Skip to content
This repository was archived by the owner on Jan 12, 2026. It is now read-only.

Commit 67878c2

Browse files
committed
update
1 parent 53a7609 commit 67878c2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
fi
6464
6565
release:
66-
runs-on: ubuntu-latest-16-core
66+
runs-on: ubuntu-latest
6767
needs:
6868
- verify-prerelease-tag
6969
- verify-versions-agree

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
build:
12-
runs-on: ubuntu-latest-16-core
12+
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
1515
node_version: [16, 18, 20]

0 commit comments

Comments
 (0)