Skip to content

Commit

Permalink
ci: replace appveyor with gh actions windows builder (#706)
Browse files Browse the repository at this point in the history
  • Loading branch information
thijstriemstra authored Feb 14, 2024
1 parent be813d4 commit c44b6fa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 39 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20]
os:
- ubuntu-latest
- windows-latest
node-version:
- 20
architecture:
- x64
name: ${{ matrix.os }} - Node ${{ matrix.node-version }} (${{ matrix.architecture }})
steps:
- name: Checkout
Expand Down
38 changes: 0 additions & 38 deletions appveyor.yml

This file was deleted.

0 comments on commit c44b6fa

Please sign in to comment.