From 3ac20ae807329ca9eff63974be0da3f9d6697163 Mon Sep 17 00:00:00 2001 From: Stefan Bogdan Date: Tue, 23 Jul 2024 15:32:24 +0200 Subject: [PATCH] change GH Action machine type --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 824c4cc..9650649 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -14,7 +14,7 @@ on: jobs: Push-Docker: name: push-docker - runs-on: ubuntu-latest-8-cores + runs-on: ubuntu-latest if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') steps: - uses: actions/checkout@v4