File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313
1414jobs :
1515 build_win :
16- runs-on : ubuntu-20.04
16+ runs-on : ubuntu-latest
1717 steps :
1818
1919 - name : Checkout code
4040 path : ./build/**
4141
4242 build_linux :
43- runs-on : ubuntu-20.04
43+ runs-on : ubuntu-latest
4444 steps :
4545
4646 - name : Checkout code
6767 path : ./build/**
6868
6969 build_darwin :
70- runs-on : ubuntu-20.04
70+ runs-on : ubuntu-latest
7171 steps :
7272 - name : Checkout code
7373 uses : actions/checkout@v3
9393 path : ./build/**
9494
9595 post_release :
96- runs-on : ubuntu-20.04
96+ runs-on : ubuntu-latest
9797 needs : [build_win, build_linux, build_darwin]
9898 steps :
9999 - name : Download artifacts
@@ -139,7 +139,7 @@ jobs:
139139 rclone mkdir one:/share/Mirouter-ui/${{ github.event.inputs.version }}
140140 rclone sync ./build one:/share/Mirouter-ui/${{ github.event.inputs.version }}
141141 builddocker :
142- runs-on : ubuntu-20.04
142+ runs-on : ubuntu-latest
143143 steps :
144144 - name : Checkout
145145 uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments