Skip to content

Commit

Permalink
changed runners in workflows to ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosALgit committed Dec 18, 2024
1 parent 8975df7 commit dc2f755
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/builder_OVA.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ permissions:

jobs:
build_and_run:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Install Python and create virtual environment
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/packages_builder_ami.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ permissions:

jobs:
Build_AMI:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: View parameters
run: echo "${{ toJson(inputs) }}"
Expand Down

0 comments on commit dc2f755

Please sign in to comment.