Skip to content

Commit

Permalink
update matrix in Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation committed Sep 24, 2024
1 parent faa11b2 commit 4cb1680
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-supabase-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
# os: [windows-latest, macos-latest, ubuntu-latest]
os: [ubuntu-latest]
os: [macos-latest, ubuntu-latest]
steps:
- name: Checkout Repository 📥
uses: actions/checkout@v4
Expand Down

0 comments on commit 4cb1680

Please sign in to comment.