File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
strategy :
11
11
fail-fast : true
12
12
matrix :
13
- os : [windows-latest, ubuntu-latest ]
13
+ os : [windows-latest, ubuntu-20.04 ]
14
14
steps :
15
15
- name : Checkout repository
16
16
uses : actions/checkout@v3
45
45
disk-root : " C:"
46
46
47
47
- name : Set Swap Space (Linux)
48
- if : matrix.os == 'ubuntu-latest '
48
+ if : matrix.os == 'ubuntu-20.04 '
49
49
uses : pierotofy/set-swap-space@master
50
50
with :
51
51
swap-size-gb : 12
62
62
63
63
- name : Upload executable jar
64
64
# We only need one OS job to upload the jars
65
- if : matrix.os == 'ubuntu-latest '
65
+ if : matrix.os == 'ubuntu-20.04 '
66
66
uses : actions/upload-artifact@v2
67
67
with :
68
68
name : bamm-cli-jar
79
79
tools/bamm-cli/target/bamm.exe
80
80
81
81
- name : Upload binary (Linux/Mac)
82
- if : matrix.os == 'ubuntu-latest ' || matrix.os == 'macos-latest'
82
+ if : matrix.os == 'ubuntu-20.04 ' || matrix.os == 'macos-latest'
83
83
uses : actions/upload-artifact@v2
84
84
with :
85
85
name : bamm-cli-binary-${{ matrix.os }}
You can’t perform that action at this time.
0 commit comments