Skip to content

Commit

Permalink
fix publish release
Browse files Browse the repository at this point in the history
  • Loading branch information
ellyofreitas committed May 15, 2024
1 parent 876abd3 commit 5a75bff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/prebuild-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ jobs:
name: Prebuild Binaries for ${{ matrix.os }}
strategy:
matrix:
node-version: [18.x]
os: [ubuntu, macos, windows]
os: [ubuntu-latest, macos-13, windows-latest]
runs-on: ${{ matrix.os }}-latest
timeout-minutes: 30
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
strategy:
matrix:

os: [ubuntu, macos, windows]
runs-on: ${{ matrix.os }}-latest
os: [ubuntu-latest, macos-13, windows-latest]
runs-on: ${{ matrix.os }}
timeout-minutes: 30
steps:
- name: Setup Dependencies
Expand Down

0 comments on commit 5a75bff

Please sign in to comment.