Skip to content

Commit

Permalink
use less common runners to get queued sooner
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Jul 7, 2024
1 parent 035f8d0 commit afe606f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
build:
runs-on: 'ubuntu-latest'
runs-on: 'ubuntu-22.04'

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:

deploy:
needs: build
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

permissions:
pages: write # to deploy to Pages
Expand Down

0 comments on commit afe606f

Please sign in to comment.