From 85783d5b0f0e1c026d3d299b7dc34ef342e6b213 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jord=C3=A0=20Polo?= Date: Wed, 26 Jun 2024 01:53:27 -0500 Subject: [PATCH] Fix image/label name --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ed5f86b0..822227ae 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,7 +3,7 @@ on: [push] jobs: test: name: Test Omniwatch integration - runs-on: ubuntu:22.04 + runs-on: ubuntu-22.04 steps: - name: Check out repository code uses: actions/checkout@v4