Fix nimbus CI yml file introduced when disabling x86 (#1450)
This commit is contained in:
parent
8523d8b40e
commit
d65bb18ad2
|
@ -22,7 +22,7 @@ jobs:
|
||||||
evmc: evmc
|
evmc: evmc
|
||||||
# - os: linux
|
# - os: linux
|
||||||
# cpu: i386
|
# cpu: i386
|
||||||
evmc: evmc
|
# evmc: evmc
|
||||||
- os: macos
|
- os: macos
|
||||||
cpu: amd64
|
cpu: amd64
|
||||||
evmc: evmc
|
evmc: evmc
|
||||||
|
@ -35,7 +35,7 @@ jobs:
|
||||||
evmc: nimvm2
|
evmc: nimvm2
|
||||||
# - os: linux
|
# - os: linux
|
||||||
# cpu: i386
|
# cpu: i386
|
||||||
evmc: nimvm2
|
# evmc: nimvm2
|
||||||
- os: windows
|
- os: windows
|
||||||
cpu: amd64
|
cpu: amd64
|
||||||
evmc: nimvm2
|
evmc: nimvm2
|
||||||
|
|
Loading…
Reference in New Issue