Skip to content

Commit

Permalink
Merge pull request #6743 from getkirby/fix/test-ubuntu-22.04
Browse files Browse the repository at this point in the history
Use `runs-on: ubuntu-22.04`
  • Loading branch information
bastianallgeier authored Oct 15, 2024
2 parents f5fee06 + fb83d1b commit dd4660a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
(github.repository == 'getkirby/kirby' || github.repository_owner != 'getkirby')
)
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
timeout-minutes: 5
strategy:
matrix:
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
(github.repository == 'getkirby/kirby' || github.repository_owner != 'getkirby')
)
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
timeout-minutes: 5
env:
php: "8.1"
Expand Down Expand Up @@ -245,7 +245,7 @@ jobs:
(github.repository == 'getkirby/kirby' || github.repository_owner != 'getkirby')
)
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
timeout-minutes: 5
env:
php: "8.1"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
(github.repository == 'getkirby/kirby' || github.repository_owner != 'getkirby')
)
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
timeout-minutes: 5

steps:
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
(github.repository == 'getkirby/kirby' || github.repository_owner != 'getkirby')
)
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
timeout-minutes: 5
env:
php: "8.1"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
stale:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/stale@6f05e4244c9a0b2ed3401882b05d701dd0a7289b # pin@v7
with:
Expand Down

0 comments on commit dd4660a

Please sign in to comment.