Skip to content

Commit

Permalink
chore: downgrade default runs-on (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasRooney authored Jan 2, 2025
1 parent b29e2c3 commit 781f51f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sdk-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
inputs:
runs-on:
description: The GitHub Action Runner
default: ubuntu-latest
default: ubuntu-22.04
required: false
type: string
speakeasy_server_url:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow-executor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
inputs:
runs-on:
description: The GitHub Action Runner
default: ubuntu-latest
default: ubuntu-22.04
required: false
type: string
speakeasy_version:
Expand Down

0 comments on commit 781f51f

Please sign in to comment.