Skip to content

Commit 09fd223

Browse files
committed
[fix] modify action system version
1 parent 6b3dc1c commit 09fd223

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/buildapp.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
jobs:
1515
build_win:
16-
runs-on: ubuntu-20.04
16+
runs-on: ubuntu-latest
1717
steps:
1818

1919
- name: Checkout code
@@ -40,7 +40,7 @@ jobs:
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
@@ -67,7 +67,7 @@ jobs:
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
@@ -93,7 +93,7 @@ jobs:
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

0 commit comments

Comments
 (0)