Workflow: Fixed os typo.

This commit is contained in:
imi415 2022-08-08 21:09:23 +08:00
parent 6ef14033c8
commit b3ac0c3ced
Signed by: imi415
GPG Key ID: 17F01E106F9F5E0A
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ name: "Build baremetal toolchain"
on: ["push"]
jobs:
build:
runs-on: "ubuntu:latest"
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3"
with: