Use new CI machines

This commit is contained in:
abejgonzalez
2023-07-10 15:01:16 -07:00
parent 3c670cb07a
commit f6354db654
2 changed files with 12 additions and 12 deletions

View File

@@ -65,7 +65,7 @@ jobs:
name: setup-repo
needs: [change-filters, cancel-prior-workflows]
if: needs.change-filters.outputs.needs-rtl == 'true'
runs-on: ferry
runs-on: jktqos
steps:
- name: Delete old checkout
run: |
@@ -88,7 +88,7 @@ jobs:
run-cfg-finder:
name: run-cfg-finder
needs: [setup-repo]
runs-on: ferry
runs-on: jktqos
steps:
- name: Run config finder
run: |
@@ -101,7 +101,7 @@ jobs:
run-tutorial:
name: run-tutorial
needs: [setup-repo]
runs-on: ferry
runs-on: jktqos
steps:
- name: Run smoke test
run: |
@@ -168,7 +168,7 @@ jobs:
cleanup:
name: cleanup
needs: [run-tutorial]
runs-on: ferry
runs-on: jktqos
if: ${{ always() }}
steps:
- name: Delete repo copy and conda env