mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-21 10:48:17 +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
|
||||
- os: windows
|
||||
cpu: amd64
|
||||
branch: [~, upstream/version-2-0]
|
||||
branch: [~, upstream/version-2-2]
|
||||
exclude:
|
||||
- target:
|
||||
os: macos
|
||||
branch: upstream/version-2-0
|
||||
branch: upstream/version-2-2
|
||||
- target:
|
||||
os: windows
|
||||
branch: upstream/version-2-0
|
||||
branch: upstream/version-2-2
|
||||
include:
|
||||
- branch: upstream/version-2-0
|
||||
branch-short: version-2-0
|
||||
- branch: upstream/version-2-2
|
||||
branch-short: version-2-2
|
||||
nimflags-extra: --mm:refc
|
||||
- target:
|
||||
os: linux
|
||||
@ -212,7 +212,7 @@ jobs:
|
||||
# allowed to prevent potential problems with downloads on different
|
||||
# file systems". However, GitHub Actions workflows do not support a
|
||||
# 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
|
||||
|
||||
devbuild:
|
||||
|
Loading…
x
Reference in New Issue
Block a user