Update runs-on

This commit is contained in:
thepaperpilot 2023-11-05 07:46:30 -06:00
parent 312cab1347
commit d16bb55c3c
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ on:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
runs-on: docker
steps:
- uses: actions/checkout@v3

View file

@ -6,7 +6,7 @@ on:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
runs-on: docker
steps:
- uses: actions/checkout@v3