Skip to content

Commit

Permalink
use linux runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Dario-Maselli committed Aug 17, 2024
1 parent 79c1fc0 commit 416350f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ concurrency:
jobs:
# Build job
build:
runs-on: self-hosted
runs-on: runner-2
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -43,7 +43,7 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: self-hosted
runs-on: runner-2
needs: build
steps:
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 416350f

Please sign in to comment.