mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-21 12:00:56 +00:00
enable Windows GitHub Actions with Nim 20 (#5413)
This commit is contained in:
parent
de8d52eb1a
commit
a06c0c550f
14
.github/workflows/ci.yml
vendored
14
.github/workflows/ci.yml
vendored
@ -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:
|
||||
@ -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
|
||||
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user