From 9ee60a6e32f5a5a81bf2e3a9fa596cdfc71feccb Mon Sep 17 00:00:00 2001 From: "Michael B. Gale" Date: Mon, 23 Jun 2025 14:58:00 +0100 Subject: [PATCH] Run on Ubuntu --- .github/workflows/update-proxy-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-proxy-release.yml b/.github/workflows/update-proxy-release.yml index 9d9d9f4cb..82d479824 100644 --- a/.github/workflows/update-proxy-release.yml +++ b/.github/workflows/update-proxy-release.yml @@ -14,7 +14,7 @@ jobs: update: name: Update code and create PR timeout-minutes: 15 - runs-on: macos-latest + runs-on: ubuntu-latest permissions: contents: write # needed to push the updated files pull-requests: write # needed to create the PR