File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -37,17 +37,17 @@ jobs:
37
37
cpu : arm64
38
38
- os : windows
39
39
cpu : amd64
40
- branch : [~, upstream/version-2-0 ]
40
+ branch : [~, upstream/version-2-2 ]
41
41
exclude :
42
42
- target :
43
43
os : macos
44
- branch : upstream/version-2-0
44
+ branch : upstream/version-2-2
45
45
- target :
46
46
os : windows
47
- branch : upstream/version-2-0
47
+ branch : upstream/version-2-2
48
48
include :
49
- - branch : upstream/version-2-0
50
- branch-short : version-2-0
49
+ - branch : upstream/version-2-2
50
+ branch-short : version-2-2
51
51
nimflags-extra : --mm:refc
52
52
- target :
53
53
os : linux
@@ -212,7 +212,7 @@ jobs:
212
212
# allowed to prevent potential problems with downloads on different
213
213
# file systems". However, GitHub Actions workflows do not support a
214
214
# usual assortment of string functions.
215
- name : Unit Test Results ${{ matrix.target.os }}-${{ matrix.target.cpu }}-${{ matrix.branch == 'upstream/version-2-0 ' && 'version-2-0 ' || matrix.branch }}
215
+ name : Unit Test Results ${{ matrix.target.os }}-${{ matrix.target.cpu }}-${{ matrix.branch == 'upstream/version-2-2 ' && 'version-2-2 ' || matrix.branch }}
216
216
path : build/*.xml
217
217
218
218
devbuild :
You can’t perform that action at this time.
0 commit comments