Skip to content

Commit

Permalink
[workflows] run on ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
derTobsch committed Nov 17, 2024
1 parent 11bfc87 commit 2ffd50a
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
jobs:
build:
name: build and analyse
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:

ui-test:
name: UI Test
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
browser: ["chromium", "firefox", "webkit"]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issue-deplanned.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
apply-label:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/github-script@v7
name: Add label 'status new' to issue when demilestoned
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issue-planned.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
apply-label:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: sleep 20s
run: sleep 20
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issue-stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
stale:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/stale@v9
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:

jobs:
trigger-release:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:

jobs:
create-github-release:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
Expand All @@ -36,7 +36,7 @@ jobs:
container-upload-docker-hub-zeiterfassung:
needs:
- create-github-release
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
Expand All @@ -57,7 +57,7 @@ jobs:
container-upload-github:
needs:
- create-github-release
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
Expand Down

0 comments on commit 2ffd50a

Please sign in to comment.