Skip to content

Commit

Permalink
chore: updating runner for release please to adapt to emulator issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tanderson-ld committed Jan 8, 2025
1 parent a995a4e commit ed474ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/manual-publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
name: Publish Docs
jobs:
build-publish:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
permissions:
id-token: write # Needed if using OIDC to get release secrets.
contents: write # Needed in this case to write github pages.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ on:

jobs:
build-and-publish:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
permissions:
id-token: write
contents: write # Needed in this case to write github pages.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
release-please:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

permissions:
id-token: write # Needed for OIDC to get release secrets.
Expand Down

0 comments on commit ed474ce

Please sign in to comment.