Typo in build image name

This commit is contained in:
Bengt Giger 2020-12-13 00:15:13 +01:00
parent 4421a7f8af
commit 623657a9d1

View file

@ -6,7 +6,7 @@ on:
jobs:
build:
runs-on: ubuntu:latest
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2