fixed: an incorrectly specified name for runs-on

This commit is contained in:
2024-02-06 17:22:07 +07:00
parent ec10341932
commit f83b1756bf
+1 -1
View File
@@ -6,7 +6,7 @@ on:
jobs:
build:
runs-on: ubuntu
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3