From 2e091dc3f330c864af223b626bd6a428dc0e6e38 Mon Sep 17 00:00:00 2001 From: Mathias-Boulay Date: Mon, 15 Apr 2024 10:03:36 +0200 Subject: [PATCH] re-use github runners --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 41c32a0..b75c854 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: fail-fast: false name: "Build for Android ${{matrix.arch}}" - runs-on: self-hosted + runs-on: ubuntu-22.04 steps: - name: Checkout repository uses: actions/checkout@v4