Skip to content

Commit 875d44f

Browse files
committed
refactor(gh-actions/update-{flake-lock,flake-packages}): Switch to self-hosted runners
1 parent ea303b9 commit 875d44f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/update-flake-lock.yml

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

1818
jobs:
1919
main:
20-
runs-on: ubuntu-latest
20+
runs-on: self-hosted
2121

2222
steps:
2323
- uses: actions/checkout@v4

.github/workflows/update-flake-packages.yml

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

1818
jobs:
1919
updateFlakePackages:
20-
runs-on: ubuntu-latest
20+
runs-on: self-hosted
2121
steps:
2222
- name: Checkout repository
2323
uses: actions/checkout@v4

0 commit comments

Comments
 (0)