fix(ci): use correct runner

This commit is contained in:
Ashhhleyyy 2024-07-03 01:15:34 +01:00
parent df2718b530
commit 81f1a1bc96
Signed by: ash
GPG key ID: 83B789081A0878FB

View file

@ -7,7 +7,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: docker
steps:
- uses: actions/checkout@v4