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 38335b6 commit 44cfcc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ jobs:
test:
strategy:
matrix:
os: [macos, ubuntu, windows]
os: [macos-13, ubuntu-latest, windows-latest]
node-version: [16]
runs-on: ${{ matrix.os }}-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v5
Expand Down

0 comments on commit 44cfcc5

Please sign in to comment.