Skip to content

Commit 386e705

Browse files
committed
CI: Try GitHub standard runners
1 parent 157cae7 commit 386e705

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sqlnotebook.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: push
44

55
jobs:
66
build:
7-
runs-on: warp-windows-latest-x64-4x
7+
runs-on: windows-latest
88
strategy:
99
matrix:
1010
platform: [x64, x86, arm64]
@@ -42,7 +42,7 @@ jobs:
4242
path: SqlNotebook-${{ matrix.platform }}.zip
4343

4444
test:
45-
runs-on: warp-windows-latest-x64-4x
45+
runs-on: windows-latest
4646
steps:
4747
- name: Checkout Repository
4848
uses: actions/checkout@v4

0 commit comments

Comments
 (0)