From c3b5bc18953243c6ccd7a1bca821e08be912dc1d Mon Sep 17 00:00:00 2001 From: Mia Date: Wed, 24 Jun 2026 10:32:46 -0700 Subject: [PATCH 1/3] chore: migrate GitHub runners to ubuntu-latest-public Replaces all ubuntu-latest runner references with ubuntu-latest-public (GitHub-hosted runner group). --- .github/workflows/auto-publish.yml | 2 +- .github/workflows/check-links.yml | 2 +- .github/workflows/pull-request.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/auto-publish.yml b/.github/workflows/auto-publish.yml index 0c7bed0a..a6426954 100644 --- a/.github/workflows/auto-publish.yml +++ b/.github/workflows/auto-publish.yml @@ -6,7 +6,7 @@ on: jobs: build-and-publish: - runs-on: ubuntu-latest + runs-on: ubuntu-latest-public name: Build and publish stytch package to PyPI steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index bd91d62f..853d2dce 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -8,7 +8,7 @@ on: jobs: check-links: - runs-on: ubuntu-latest + runs-on: ubuntu-latest-public name: Check links in README.md steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 69bc46d0..a8137d62 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -6,7 +6,7 @@ on: jobs: test-stytch: - runs-on: ubuntu-latest + runs-on: ubuntu-latest-public strategy: matrix: From 13f437a46e5f59a0e7113ed29dbe279126f2b277 Mon Sep 17 00:00:00 2001 From: Mia Date: Wed, 24 Jun 2026 10:59:24 -0700 Subject: [PATCH 2/3] chore: retrigger CI From 859fe5b31655036a4416be2379a8677b89e2e8eb Mon Sep 17 00:00:00 2001 From: Mia Date: Wed, 24 Jun 2026 11:12:46 -0700 Subject: [PATCH 3/3] chore: retrigger CI