s/ubuntu-latest/docker/

This commit is contained in:
Earl Warren 2023-11-05 22:30:57 +01:00
parent 4ac9bbc591
commit 4d98c454fb
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -1,7 +1,7 @@
on: [ push ]
jobs:
integration:
runs-on: ubuntu-latest
runs-on: docker
steps:
- uses: actions/checkout@v3