From 71a188c79112d65a1e662c4e1913c7f777b074b6 Mon Sep 17 00:00:00 2001 From: Bret Ambrose Date: Tue, 28 May 2024 10:42:48 -0700 Subject: [PATCH] Bad image names --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index adb8036f..a7bf2d4f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ env: jobs: al2: - runs-on: ubuntu--22.04 + runs-on: ubuntu-22.04 permissions: id-token: write # This is required for requesting the JWT steps: @@ -51,7 +51,7 @@ jobs: ./linux-container-ci.sh ${{ env.BUILDER_VERSION }} aws-crt-al2-x64 build -p ${{ env.PACKAGE_NAME }} raspberry: - runs-on: ubuntu--22.04 # latest + runs-on: ubuntu-22.04 # latest permissions: id-token: write # This is required for requesting the JWT strategy: @@ -195,7 +195,7 @@ jobs: # Runs the samples and ensures that everything is working linux-smoke-tests: - runs-on: ubuntu--22.04 + runs-on: ubuntu-22.04 permissions: id-token: write # This is required for requesting the JWT steps: