Skip to content

Commit

Permalink
switch gh runners to ubu22 as well, just for kicks
Browse files Browse the repository at this point in the history
  • Loading branch information
craigcomstock committed Dec 13, 2024
1 parent 544da13 commit 3a34fdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-using-buildscripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
jobs:
build_cfengine_hub_package:
name: Build package and run selenium tests
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout Together Action
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deployment-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
jobs:
deployment_tests:
name: Run simple deployment tests
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout Together Action
uses: actions/checkout@v3
Expand Down

0 comments on commit 3a34fdb

Please sign in to comment.