Update main.yml

This commit is contained in:
rzeldent
2022-07-19 21:07:21 +02:00
committed by GitHub
parent 3eee02dbf9
commit dde04ea1e8

View File

@@ -18,7 +18,7 @@ jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: [ubuntu-latest, macos-latest, windows-latest]
runs-on: [self-hosted, ubuntu-latest, macos-latest, windows-latest]
# Steps represent a sequence of tasks that will be executed as part of the job
steps: