Skip to content

Commit 65369d7

Browse files
committed
chore: remore ubuntu-latest
1 parent 0c0785e commit 65369d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: PACKAGE
1+
name: Package
22

33
# Cancel prev CI if new commit come
44
concurrency:
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ${{ matrix.os }}
2626
strategy:
2727
matrix:
28-
os: [macos-latest, ubuntu-latest]
28+
os: [macos-latest]
2929
node-version: [20.x]
3030

3131
steps:

0 commit comments

Comments
 (0)