Skip to content

Commit 4cb1680

Browse files
committed
update matrix in Github Action
1 parent faa11b2 commit 4cb1680

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-supabase-artifacts.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ jobs:
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
11-
# os: [windows-latest, macos-latest, ubuntu-latest]
12-
os: [ubuntu-latest]
11+
os: [macos-latest, ubuntu-latest]
1312
steps:
1413
- name: Checkout Repository 📥
1514
uses: actions/checkout@v4

0 commit comments

Comments
 (0)