Skip to content

Commit

Permalink
8 core cpu
Browse files Browse the repository at this point in the history
  • Loading branch information
jtguibas committed Oct 16, 2024
1 parent f775103 commit 0825809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
matrix:
workload: ${{ fromJSON(github.event.inputs.network_workloads) }}
name: ${{ matrix.workload }} (network)
runs-on: ["runs-on", "runner=4cpu-linux-x64", "spot=false", "run-id=${{ github.run_id }}"]
runs-on: ["runs-on", "runner=8cpu-linux-x64", "spot=false", "run-id=${{ github.run_id }}"]
steps:
- name: Checkout sources
uses: actions/checkout@v4
Expand Down

0 comments on commit 0825809

Please sign in to comment.