Change order of GitHub actions jobs
This commit is contained in:
parent
a84dbb68be
commit
75cee0ccf9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [windows-2022, ubuntu-22.04, macos-12]
|
os: [windows-2022, ubuntu-22.04, macos-12]
|
||||||
features: ["debug,render", "render", "debug,globe_view", "globe_view", "debug", ""]
|
features: ["debug,globe_view", "globe_view", "debug,render", "render", "debug", ""]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
Loading…
Reference in a new issue