From 3f15f1dee69d70d7c2bd3630c48ab569c0543a52 Mon Sep 17 00:00:00 2001 From: Ahmed Moussa Date: Tue, 5 Dec 2023 16:18:50 +0200 Subject: [PATCH] Update build.gradle.kts Signed-off-by: Ahmed Moussa --- .github/workflows/release-documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-documentation.yml b/.github/workflows/release-documentation.yml index e5ff46494..03977bc97 100644 --- a/.github/workflows/release-documentation.yml +++ b/.github/workflows/release-documentation.yml @@ -22,7 +22,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: macos-latest steps: - name: "Checkout the repo" uses: actions/checkout@v3