Merge pull request #3 from uw935/fix/docker

fixed an incorrectly specified name for runs-on
This commit is contained in:
2024-02-06 13:22:34 +03:00
committed by GitHub
+1 -1
View File
@@ -6,7 +6,7 @@ on:
jobs: jobs:
build: build:
runs-on: ubuntu runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3