From 760ee20c353bc146b16ec7368289e10316806153 Mon Sep 17 00:00:00 2001 From: Patrick Brosi Date: Tue, 30 Aug 2022 00:40:41 +0200 Subject: [PATCH] typo --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f88c2b1..c1d3ab5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: - name: tests run: cd build && ctest --output-on-failure ubuntu-20-04-build-gcc: - runs-on: ubuntu-20-04 + runs-on: ubuntu-20.04 steps: - name: Checkout repository code uses: actions/checkout@v2