Skip to content

Commit

Permalink
Merge pull request #1905 from akto-api-security/ubuntu-22-github-acti…
Browse files Browse the repository at this point in the history
…on-runner

using ubuntu-22.04 for running staging and prod workflows
  • Loading branch information
ayushaga14 authored Jan 3, 2025
2 parents bcde158 + a3d41b3 commit a873dd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
outputs:
IMAGE_TAG: ${{ steps.docker_tag.outputs.IMAGE_TAG }}
steps:
Expand Down

0 comments on commit a873dd1

Please sign in to comment.