Fix wrong runs-on label
This commit is contained in:
parent
79e2014976
commit
16c559e8fd
1 changed files with 4 additions and 4 deletions
|
|
@ -11,7 +11,7 @@ env:
|
|||
jobs:
|
||||
export-windows:
|
||||
name: Windows Export
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
|
@ -36,7 +36,7 @@ jobs:
|
|||
|
||||
export-linux:
|
||||
name: Linux Export
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
|
@ -59,7 +59,7 @@ jobs:
|
|||
|
||||
export-web:
|
||||
name: Web Export
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
|
@ -82,7 +82,7 @@ jobs:
|
|||
|
||||
export-mac:
|
||||
name: Mac Export
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue