Skip to content

Commit 4e1bf1b

Browse files
authored
chore: migrate GitHub runners to ubuntu-latest-public (#318)
1 parent 26afe7f commit 4e1bf1b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/auto-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
build-and-publish:
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-latest-public
1010
name: Build and publish stytch package to PyPI
1111
steps:
1212
- uses: actions/checkout@v3

.github/workflows/check-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
check-links:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-latest-public
1212
name: Check links in README.md
1313
steps:
1414
- uses: actions/checkout@v3

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
test-stytch:
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-latest-public
1010

1111
strategy:
1212
matrix:

0 commit comments

Comments
 (0)