diff --git a/.github/workflows/bench-primitives.yml b/.github/workflows/bench-primitives.yml index b4d9da4..fa8ff5d 100644 --- a/.github/workflows/bench-primitives.yml +++ b/.github/workflows/bench-primitives.yml @@ -21,7 +21,7 @@ jobs: matrix: system: ["x86_64-linux", "i686-linux"] - runs-on: ubuntu-latest + runs-on: ubicloud-standard-2 defaults: run: shell: bash @@ -93,7 +93,7 @@ jobs: ciphers-primitives-bench-status: if: ${{ always() }} needs: [prim-benchmark] - runs-on: ubuntu-latest + runs-on: ubicloud-standard-2 steps: - name: Successful if: ${{ !(contains(needs.*.result, 'failure')) }} diff --git a/.github/workflows/bench-protocol.yml b/.github/workflows/bench-protocol.yml index 93c9864..a33bfc1 100644 --- a/.github/workflows/bench-protocol.yml +++ b/.github/workflows/bench-protocol.yml @@ -21,7 +21,7 @@ jobs: matrix: system: ["x86_64-linux", "i686-linux"] - runs-on: ubuntu-latest + runs-on: ubicloud-standard-2 defaults: run: shell: bash @@ -80,7 +80,7 @@ jobs: ciphers-protocol-bench-status: if: ${{ always() }} needs: [proto-benchmark] - runs-on: ubuntu-latest + runs-on: ubicloud-standard-2 steps: - name: Successful if: ${{ !(contains(needs.*.result, 'failure')) }}