From cee1d6266ab69e4d12ea7d948609c3216cfeaa0c Mon Sep 17 00:00:00 2001 From: Walid Kayhal <3347810+waliid@users.noreply.github.com> Date: Wed, 27 Nov 2024 12:01:12 +0100 Subject: [PATCH] Try ubuntu-latest for some jobs --- .github/workflows/pull-request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index e072f046..3f150ecb 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -6,7 +6,7 @@ on: [push] jobs: check-quality: name: "🔎 Check quality" - runs-on: [macos-latest] + runs-on: [ubuntu-latest] steps: - name: Checkout code uses: actions/checkout@v4 @@ -16,7 +16,7 @@ jobs: build-documentation: name: "📚 Build documentation" - runs-on: [macos-latest] + runs-on: [ubuntu-latest] steps: - name: Checkout code uses: actions/checkout@v4