Skip to content

Commit a414a21

Browse files
authored
Merge pull request #3 from resizes/change-runner
feat: changing runner to actions-runners
2 parents 3413af5 + d09516d commit a414a21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515
jobs:
1616
deploy:
1717
name: Deploy to GitHub Pages
18-
runs-on: ubuntu-latest
18+
runs-on: actions-runners
1919
environment:
2020
name: github-pages
2121
steps:

0 commit comments

Comments
 (0)