mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-23 03:38:21 +00:00
start tracking Nim 2.2 as possible next Nim version (#6899)
This commit is contained in:
parent
a23c93b063
commit
d98f91b298
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@ -37,17 +37,17 @@ jobs:
|
|||||||
cpu: arm64
|
cpu: arm64
|
||||||
- os: windows
|
- os: windows
|
||||||
cpu: amd64
|
cpu: amd64
|
||||||
branch: [~, upstream/version-2-0]
|
branch: [~, upstream/version-2-2]
|
||||||
exclude:
|
exclude:
|
||||||
- target:
|
- target:
|
||||||
os: macos
|
os: macos
|
||||||
branch: upstream/version-2-0
|
branch: upstream/version-2-2
|
||||||
- target:
|
- target:
|
||||||
os: windows
|
os: windows
|
||||||
branch: upstream/version-2-0
|
branch: upstream/version-2-2
|
||||||
include:
|
include:
|
||||||
- branch: upstream/version-2-0
|
- branch: upstream/version-2-2
|
||||||
branch-short: version-2-0
|
branch-short: version-2-2
|
||||||
nimflags-extra: --mm:refc
|
nimflags-extra: --mm:refc
|
||||||
- target:
|
- target:
|
||||||
os: linux
|
os: linux
|
||||||
@ -212,7 +212,7 @@ jobs:
|
|||||||
# allowed to prevent potential problems with downloads on different
|
# allowed to prevent potential problems with downloads on different
|
||||||
# file systems". However, GitHub Actions workflows do not support a
|
# file systems". However, GitHub Actions workflows do not support a
|
||||||
# usual assortment of string functions.
|
# usual assortment of string functions.
|
||||||
name: Unit Test Results ${{ matrix.target.os }}-${{ matrix.target.cpu }}-${{ matrix.branch == 'upstream/version-2-0' && 'version-2-0' || matrix.branch }}
|
name: Unit Test Results ${{ matrix.target.os }}-${{ matrix.target.cpu }}-${{ matrix.branch == 'upstream/version-2-2' && 'version-2-2' || matrix.branch }}
|
||||||
path: build/*.xml
|
path: build/*.xml
|
||||||
|
|
||||||
devbuild:
|
devbuild:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user