Skip to content

Commit

Permalink
chore: remore ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
hacke2 committed Oct 16, 2024
1 parent 0c0785e commit 65369d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: PACKAGE
name: Package

# Cancel prev CI if new commit come
concurrency:
Expand All @@ -25,7 +25,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
os: [macos-latest]
node-version: [20.x]

steps:
Expand Down

0 comments on commit 65369d7

Please sign in to comment.