We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 157cae7 commit 386e705Copy full SHA for 386e705
1 file changed
.github/workflows/sqlnotebook.yml
@@ -4,7 +4,7 @@ on: push
4
5
jobs:
6
build:
7
- runs-on: warp-windows-latest-x64-4x
+ runs-on: windows-latest
8
strategy:
9
matrix:
10
platform: [x64, x86, arm64]
@@ -42,7 +42,7 @@ jobs:
42
path: SqlNotebook-${{ matrix.platform }}.zip
43
44
test:
45
46
steps:
47
- name: Checkout Repository
48
uses: actions/checkout@v4
0 commit comments