Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

terraform-lint:
name: Terraform - Lint
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 10
permissions: {}
steps:
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
name: Terraform - Run terraform tests
needs:
- terraform-lint
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 120
permissions: {}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
go install github.com/canonical/spread/cmd/spread@latest
- name: Download packed charm(s)
timeout-minutes: 5
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
pattern: ${{ inputs.artifact-prefix }}-*
merge-multiple: true
Expand Down
Loading