Skip to content

Commit 12b7d22

Browse files
chore(deps): update dependency ubuntu to v24
1 parent 4a98321 commit 12b7d22

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
unit-test:
4646
name: Unit test charm
47-
runs-on: ubuntu-22.04
47+
runs-on: ubuntu-24.04
4848
timeout-minutes: 25 # TODO: reduce to 5 minutes
4949
steps:
5050
- name: Checkout
@@ -58,7 +58,7 @@ jobs:
5858

5959
terraform-lint:
6060
name: Terraform - Lint
61-
runs-on: ubuntu-22.04
61+
runs-on: ubuntu-24.04
6262
timeout-minutes: 10
6363
steps:
6464
- name: Checkout repo
@@ -85,7 +85,7 @@ jobs:
8585
name: Terraform - Run terraform tests
8686
needs:
8787
- terraform-lint
88-
runs-on: ubuntu-22.04
88+
runs-on: ubuntu-24.04
8989
timeout-minutes: 120
9090
strategy:
9191
matrix:

0 commit comments

Comments
 (0)