switched to self-hosted runner for future projects

This commit is contained in:
Pakobbix 2023-05-15 21:54:07 +02:00
parent 81cd746a46
commit 8f4c651caa

View File

@ -4,7 +4,7 @@ on:
jobs:
package:
runs-on: ${{ matrix.os }}
runs-on: self-hosted
strategy:
matrix:
os: [windows-latest, ubuntu-latest]
@ -13,7 +13,6 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: 3.x
node-version: 16
- name: Checkout repository
uses: actions/checkout@v2