From 3983773dcbb53fda24ace269d5b097c628785d08 Mon Sep 17 00:00:00 2001 From: Kevin Hahn Date: Fri, 7 Jun 2024 15:54:11 -0600 Subject: [PATCH] fix spelling mistake in ubunut --- .github/workflows/fw-lite.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fw-lite.yaml b/.github/workflows/fw-lite.yaml index ab1dde37b..70cc22320 100644 --- a/.github/workflows/fw-lite.yaml +++ b/.github/workflows/fw-lite.yaml @@ -28,7 +28,7 @@ jobs: build-app: name: Build FW Lite timeout-minutes: 20 - runs-on: unutbu-latest + runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v4