diff --git a/.github/workflows/rust.yaml b/.github/workflows/rust.yaml index edaa06d..ebd187c 100644 --- a/.github/workflows/rust.yaml +++ b/.github/workflows/rust.yaml @@ -13,7 +13,7 @@ env: jobs: check: - runs-on: ubuntu-latest + runs-on: figure-linux-standard steps: - name: checkout uses: actions/checkout@v2 @@ -51,7 +51,7 @@ jobs: path: cobertura.xml release: needs: check - runs-on: ubuntu-latest + runs-on: figure-linux-standard if: startsWith(github.ref, 'refs/tags/v') steps: - name: checkout diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 1e07b2a..4181307 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -11,7 +11,7 @@ jobs: # the task of automatically cancelling CI runs on pushes to the same branch, which is a common feature in # most CI systems but currently not possible with GitHub actions. cleanup-runs: - runs-on: ubuntu-latest + runs-on: figure-linux-standard steps: - uses: rokroskar/workflow-run-cleanup-action@v0.3.3 env: @@ -19,7 +19,7 @@ jobs: if: "!startsWith(github.ref, 'refs/tags/') && github.ref != 'refs/heads/main'" test_ats_smart_contract: - runs-on: ubuntu-latest + runs-on: figure-linux-standard name: Test ATS Smart Contract steps: - name: Checkout