parent
1168c39c20
commit
e1d905fbc6
|
@ -96,7 +96,6 @@ jobs:
|
||||||
name:
|
name:
|
||||||
- linux / appservice / stable
|
- linux / appservice / stable
|
||||||
- macOS / appservice / stable
|
- macOS / appservice / stable
|
||||||
- windows / appservice / stable-x86_64-msvc
|
|
||||||
|
|
||||||
include:
|
include:
|
||||||
- name: linux / appservice / stable
|
- name: linux / appservice / stable
|
||||||
|
@ -104,10 +103,6 @@ jobs:
|
||||||
- name: macOS / appservice / stable
|
- name: macOS / appservice / stable
|
||||||
os: macOS-latest
|
os: macOS-latest
|
||||||
|
|
||||||
- name: windows / appservice / stable-x86_64-msvc
|
|
||||||
os: windows-latest
|
|
||||||
target: x86_64-pc-windows-msvc
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
|
@ -219,7 +214,6 @@ jobs:
|
||||||
- linux / stable
|
- linux / stable
|
||||||
- linux / beta
|
- linux / beta
|
||||||
- macOS / stable
|
- macOS / stable
|
||||||
- windows / stable-x86_64-msvc
|
|
||||||
|
|
||||||
include:
|
include:
|
||||||
- name: linux / stable
|
- name: linux / stable
|
||||||
|
@ -230,10 +224,6 @@ jobs:
|
||||||
- name: macOS / stable
|
- name: macOS / stable
|
||||||
os: macOS-latest
|
os: macOS-latest
|
||||||
|
|
||||||
- name: windows / stable-x86_64-msvc
|
|
||||||
os: windows-latest
|
|
||||||
target: x86_64-pc-windows-msvc
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
|
|
Loading…
Reference in New Issue