From 8be1aa6ba529ab39032ea98895587603155c9214 Mon Sep 17 00:00:00 2001 From: Michael Wittig Date: Tue, 6 Aug 2024 09:10:35 +0200 Subject: [PATCH] chore: fix pipeline --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a7233a8..6f0cc82 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ defaults: concurrency: ci jobs: build: - runs-on: ['hyperenv', 'medium-eu-west-1'] + runs-on: 'ubuntu-22.04' # ['hyperenv', 'medium-eu-west-1'] steps: - name: Checkout code uses: actions/checkout@v4