enable Windows GitHub Actions with Nim 20 (#5413)
This commit is contained in:
parent
de8d52eb1a
commit
a06c0c550f
|
@ -31,8 +31,8 @@ jobs:
|
||||||
cpu: amd64
|
cpu: amd64
|
||||||
- os: macos
|
- os: macos
|
||||||
cpu: amd64
|
cpu: amd64
|
||||||
#- os: windows
|
- os: windows
|
||||||
# cpu: amd64
|
cpu: amd64
|
||||||
branch: [~, upstream/version-1-6, upstream/version-2-0]
|
branch: [~, upstream/version-1-6, upstream/version-2-0]
|
||||||
exclude:
|
exclude:
|
||||||
- target:
|
- target:
|
||||||
|
@ -46,7 +46,7 @@ jobs:
|
||||||
branch: upstream/version-1-6
|
branch: upstream/version-1-6
|
||||||
- target:
|
- target:
|
||||||
os: windows
|
os: windows
|
||||||
branch: upstream/version-2-0
|
branch: ~
|
||||||
include:
|
include:
|
||||||
- branch: upstream/version-1-6
|
- branch: upstream/version-1-6
|
||||||
branch-short: version-1-6
|
branch-short: version-1-6
|
||||||
|
@ -61,10 +61,10 @@ jobs:
|
||||||
os: macos
|
os: macos
|
||||||
builder: macos-11
|
builder: macos-11
|
||||||
shell: bash
|
shell: bash
|
||||||
#- target:
|
- target:
|
||||||
# os: windows
|
os: windows
|
||||||
# builder: windows-2019
|
builder: windows-2019
|
||||||
# shell: msys2 {0}
|
shell: msys2 {0}
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
|
|
Loading…
Reference in New Issue