Skip to content

Commit

Permalink
enable Windows GitHub Actions with Nim 20
Browse files Browse the repository at this point in the history
  • Loading branch information
tersec committed Sep 11, 2023
1 parent 672c69b commit bde135a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
cpu: amd64
- os: macos
cpu: amd64
#- os: windows
# cpu: amd64
- os: windows
cpu: amd64
branch: [~, upstream/version-1-6, upstream/version-2-0]
exclude:
- target:
Expand All @@ -46,7 +46,7 @@ jobs:
branch: upstream/version-1-6
- target:
os: windows
branch: upstream/version-2-0
branch: ~
include:
- branch: upstream/version-1-6
branch-short: version-1-6
Expand All @@ -61,10 +61,10 @@ jobs:
os: macos
builder: macos-11
shell: bash
#- target:
# os: windows
# builder: windows-2019
# shell: msys2 {0}
- target:
os: windows
builder: windows-2019
shell: msys2 {0}

defaults:
run:
Expand Down

0 comments on commit bde135a

Please sign in to comment.