ci: stop using the non-free 4-core runners (#2695)

Signed-off-by: Jeffrey Sica <me@jeefy.dev>
Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
Co-authored-by: Jeffrey Sica <me@jeefy.dev>
This commit is contained in:
Ramkumar Chinchani
2024-09-30 11:24:24 -07:00
committed by GitHub
parent 8553712613
commit df4f9ca9d3
6 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -14,7 +14,7 @@ permissions: read-all
jobs:
test-run-minimal:
name: Running zot without extensions tests
runs-on: ubuntu-latest-4-cores
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install go
@@ -93,7 +93,7 @@ jobs:
- uses: ./.github/actions/teardown-localstack
test-run-devmode:
name: Running privileged tests on Linux
runs-on: ubuntu-latest-4-cores
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5