Skip to content

Commit 831770f

Browse files
author
flowfire
committed
fix: update ubuntu version
1 parent 5ed9d01 commit 831770f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ env:
1515
project_project: conflux
1616
project_name: Conflux Studio
1717
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\"]'
1919
enable_auth: false
2020
premium_editor: ../premium-editor
2121

2222
jobs:
2323
# Generate matrix for the following steps
2424
generate-matrix:
25-
runs-on: ubuntu-18.04
25+
runs-on: ubuntu-latest
2626

2727
steps:
2828
- name: Generate os matrix
@@ -39,7 +39,7 @@ jobs:
3939

4040
# Extract version
4141
versions:
42-
runs-on: ubuntu-18.04
42+
runs-on: ubuntu-latest
4343

4444
steps:
4545
- name: Get ${{ env.project_name }} version
@@ -57,7 +57,7 @@ jobs:
5757
bump:
5858
needs: versions
5959

60-
runs-on: ubuntu-18.04
60+
runs-on: ubuntu-latest
6161

6262
steps:
6363
- name: Install Node.js, NPM and Yarn

0 commit comments

Comments
 (0)