Update builds to 16

master
agibsonccc 2021-03-10 08:01:08 +09:00
parent da753f5028
commit ed30cc0df4
8 changed files with 15 additions and 8 deletions

View File

@ -2,9 +2,10 @@ on:
schedule:
- cron: "0 */12 * * *"
workflow_dispatch:
push:
jobs:
android-x86_64:
runs-on: ubuntu-18.04
runs-on: ubuntu-16.04
steps:
- uses: AutoModality/action-clean@v1
- name: Cancel Previous Runs

View File

@ -2,10 +2,11 @@ on:
schedule:
- cron: "0 */12 * * *"
workflow_dispatch:
push:
jobs:
#Note: no -pl here because we publish everything from this branch and use this as the basis for all uploads.
android-arm32:
runs-on: ubuntu-18.04
runs-on: ubuntu-16.04
steps:
- uses: AutoModality/action-clean@v1
- name: Cancel Previous Runs

View File

@ -2,10 +2,11 @@ on:
schedule:
- cron: "0 */12 * * *"
workflow_dispatch:
push:
jobs:
#Note: no -pl here because we publish everything from this branch and use this as the basis for all uploads.
android-arm64:
runs-on: ubuntu-18.04
runs-on: ubuntu-16.04
steps:
- uses: AutoModality/action-clean@v1
- name: Cancel Previous Runs

View File

@ -2,10 +2,11 @@ on:
schedule:
- cron: "0 */12 * * *"
workflow_dispatch:
push:
jobs:
#Note: no -pl here because we publish everything from this branch and use this as the basis for all uploads.
linux-arm32:
runs-on: ubuntu-18.04
runs-on: ubuntu-16.04
steps:
- uses: AutoModality/action-clean@v1
- name: Cancel Previous Runs

View File

@ -2,10 +2,11 @@ on:
schedule:
- cron: "0 */12 * * *"
workflow_dispatch:
push:
jobs:
#Note: no -pl here because we publish everything from this branch and use this as the basis for all uploads.
linux-arm64:
runs-on: ubuntu-18.04
runs-on: ubuntu-16.04
steps:
- uses: AutoModality/action-clean@v1
- name: Cancel Previous Runs

View File

@ -2,10 +2,11 @@ on:
schedule:
- cron: "0 */12 * * *"
workflow_dispatch:
push:
jobs:
linux-x86_64-cuda_11-0:
runs-on: ubuntu-18.04
runs-on: ubuntu-16.04
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.8.0

View File

@ -2,9 +2,10 @@ on:
schedule:
- cron: "0 */12 * * *"
workflow_dispatch:
push:
jobs:
linux-x86_64-cuda-11-2:
runs-on: ubuntu-18.04
runs-on: ubuntu-16.04
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.8.0

View File

@ -6,7 +6,7 @@ on:
jobs:
#Note: no -pl here because we publish everything from this branch and use this as the basis for all uploads.
linux-x86_64:
runs-on: ubuntu-18.04
runs-on: ubuntu-16.04
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.8.0