From 2827d2ba139eada40627c6f1e5215342d7d4cc05 Mon Sep 17 00:00:00 2001 From: Gordon Farquharson Date: Wed, 31 Dec 2025 19:14:59 +0000 Subject: [PATCH] use standard runners for Trusted Publishing --- .github/workflows/deploy.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 3b77f45..0ee7139 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -18,7 +18,7 @@ on: jobs: # Gihub Actions do not allow regex validation for numbers in *.*.x branch names validate_branch_name: - runs-on: [self-hosted, ubuntu-22-04, regular] + runs-on: ubuntu-latest # Use a standard runner for Trusted Publishing steps: - name: Checkout code uses: actions/checkout@v6 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8cac47b..7ba51c5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -13,7 +13,7 @@ on: jobs: release: name: NPM Release - runs-on: [self-hosted, ubuntu-22-04, regular] + runs-on: ubuntu-latest # Use a standard runner for Trusted Publishing permissions: contents: write issues: write