chore: Switch to cheaper github runner

Might also fix our weird test hangs
This commit is contained in:
Nicolas Werner 2024-10-08 14:41:36 +02:00
parent e32a6ac037
commit a6e8e40c99
No known key found for this signature in database
GPG Key ID: B38119FF80087618
1 changed files with 3 additions and 2 deletions

View File

@ -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