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 15
15
project_project : conflux
16
16
project_name : Conflux Studio
17
17
project_build_script : yarn && yarn dist
18
- os_matrix : ' [\"macos-latest\", \"ubuntu-18.04 \", \"windows-2019\"]'
18
+ os_matrix : ' [\"macos-latest\", \"ubuntu-latest \", \"windows-2019\"]'
19
19
enable_auth : false
20
20
premium_editor : ../premium-editor
21
21
22
22
jobs :
23
23
# Generate matrix for the following steps
24
24
generate-matrix :
25
- runs-on : ubuntu-18.04
25
+ runs-on : ubuntu-latest
26
26
27
27
steps :
28
28
- name : Generate os matrix
39
39
40
40
# Extract version
41
41
versions :
42
- runs-on : ubuntu-18.04
42
+ runs-on : ubuntu-latest
43
43
44
44
steps :
45
45
- name : Get ${{ env.project_name }} version
57
57
bump :
58
58
needs : versions
59
59
60
- runs-on : ubuntu-18.04
60
+ runs-on : ubuntu-latest
61
61
62
62
steps :
63
63
- name : Install Node.js, NPM and Yarn
You can’t perform that action at this time.
0 commit comments