Skip to content

Commit

Permalink
Reverting to ubuntu-22.04
Browse files Browse the repository at this point in the history
Signed-off-by: Jaspreet Sachdev <[email protected]>
  • Loading branch information
jaspreetsachdev committed Jan 6, 2025
1 parent cf45b65 commit d639c02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
outputs:
x64_vm_image_name: ${{ steps.package_and_upload_image.outputs.x64_vm_image_name }}
strategy:
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
fi
trigger-testing:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: build
if: startsWith(github.ref, 'refs/tags/v')
steps:
Expand All @@ -94,7 +94,7 @@ jobs:
client-payload: '{"ref": "${GITHUB_REF#refs/tags/}", "sha": "${{ github.sha }}"}'

create-x64_vm-ami:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: build
if: startsWith(github.ref, 'refs/tags/v')
steps:
Expand Down

0 comments on commit d639c02

Please sign in to comment.