Skip to content

Commit

Permalink
Merge pull request #188 from ObsidianLabs/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
flowfire authored Aug 22, 2022
2 parents 6d407d3 + 87f9513 commit 55bc4b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ env:
project_project: conflux
project_name: Conflux Studio
project_build_script: yarn && yarn dist
os_matrix: '[\"macos-latest\", \"ubuntu-18.04\", \"windows-2019\"]'
os_matrix: '[\"macos-latest\", \"ubuntu-latest\", \"windows-2019\"]'
enable_auth: false
premium_editor: ../premium-editor

jobs:
# Generate matrix for the following steps
generate-matrix:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest

steps:
- name: Generate os matrix
Expand All @@ -39,7 +39,7 @@ jobs:

# Extract version
versions:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest

steps:
- name: Get ${{ env.project_name }} version
Expand All @@ -57,7 +57,7 @@ jobs:
bump:
needs: versions

runs-on: ubuntu-18.04
runs-on: ubuntu-latest

steps:
- name: Install Node.js, NPM and Yarn
Expand Down

0 comments on commit 55bc4b1

Please sign in to comment.