Skip to content

Commit

Permalink
Update GHA runners to default
Browse files Browse the repository at this point in the history
  • Loading branch information
dormant-user committed Mar 5, 2025
1 parent 9da7d99 commit 39caca3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
none-shall-pass:
runs-on: thevickypedia-lite
runs-on: thevickypedia-default
steps:
- uses: actions/checkout@v4
- uses: thevickypedia/none-shall-pass@v5
2 changes: 1 addition & 1 deletion .github/workflows/matrix-publisher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:

jobs:
pypi-publisher:
runs-on: thevickypedia-lite
runs-on: thevickypedia-default
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

jobs:
dependencies:
runs-on: thevickypedia-lite
runs-on: thevickypedia-default
steps:
- uses: actions/checkout@v4
- run: python dev_scripts/dependencies.py
Expand Down

0 comments on commit 39caca3

Please sign in to comment.