Skip to content

Commit

Permalink
Bad image names
Browse files Browse the repository at this point in the history
  • Loading branch information
Bret Ambrose committed May 28, 2024
1 parent 25ada17 commit 71a188c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 71a188c

Please sign in to comment.