From a6e8e40c99dbd748a6e4df4d95bf97cbf6cecc3c Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Tue, 8 Oct 2024 14:41:36 +0200 Subject: [PATCH] chore: Switch to cheaper github runner Might also fix our weird test hangs --- .github/workflows/app.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/app.yml b/.github/workflows/app.yml index 5593a080..91e5529d 100644 --- a/.github/workflows/app.yml +++ b/.github/workflows/app.yml @@ -50,14 +50,15 @@ jobs: retention-days: 1 coverage: - runs-on: arm-ubuntu-latest-16core + #runs-on: arm-ubuntu-latest-16core + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - run: cat .github/workflows/versions.env >> $GITHUB_ENV - uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46 with: sdk: ${{ env.dart_version }} - architecture: "arm64" + #architecture: "arm64" - name: Run tests run: | sudo apt-get update && sudo apt-get install --no-install-recommends --no-install-suggests -y lcov libsqlite3-0 libsqlite3-dev libolm3 libssl3