Skip to content

Commit

Permalink
Update runner group name
Browse files Browse the repository at this point in the history
  • Loading branch information
caffeinatedpixel committed Jul 29, 2024
1 parent 663d037 commit cadbd0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:

jobs:
build:
runs-on: "Ubuntu Large Runners"
runs-on: "ubuntu-runners-l"
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
retention-days: 1

merge:
runs-on: ubuntu-latest
runs-on: "ubuntu-runners-l"
needs:
- build
steps:
Expand Down

0 comments on commit cadbd0d

Please sign in to comment.