Skip to content

Commit

Permalink
Build on self-hosted.
Browse files Browse the repository at this point in the history
  • Loading branch information
sobomax committed Jul 29, 2024
1 parent f768968 commit c71d667
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ permissions:
jobs:
build_and_test:
# The type of runner that the job will run on
runs-on: ubuntu-latest
runs-on: [self-hosted, linux, x64]

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:

build_in_docker:
needs: build_and_test
runs-on: ubuntu-latest
runs-on: [self-hosted, linux, x64]
strategy:
matrix:
base_image: ['debian:sid-slim', 'debian:12-slim']
Expand Down

0 comments on commit c71d667

Please sign in to comment.