Skip to content

Commit 22fc141

Browse files
committed
Update dependency ubuntu to v24
1 parent aaf25c8 commit 22fc141

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/check_versions.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
jobs:
1717
version_in_container:
1818
name: Check versions in 'latest' image
19-
runs-on: ubuntu-22.04
19+
runs-on: ubuntu-24.04
2020
outputs:
2121
currverhash: ${{ steps.current-version.outputs.currverhash }}
2222
steps:
@@ -29,7 +29,7 @@ jobs:
2929
3030
latest_version:
3131
name: Check latest versions
32-
runs-on: ubuntu-22.04
32+
runs-on: ubuntu-24.04
3333
outputs:
3434
latestverhash: ${{ steps.latest-version.outputs.latestverhash }}
3535
steps:
@@ -49,7 +49,7 @@ jobs:
4949
display_versions:
5050
name: Display versions
5151
needs: [version_in_container, latest_version]
52-
runs-on: ubuntu-22.04
52+
runs-on: ubuntu-24.04
5353
steps:
5454
- name: Display versions
5555
run: |
@@ -61,7 +61,7 @@ jobs:
6161
name: Trigger deployment of image
6262
needs: [version_in_container, latest_version]
6363
if: ${{ needs.version_in_container.outputs.currverhash != needs.latest_version.outputs.latestverhash }}
64-
runs-on: ubuntu-22.04
64+
runs-on: ubuntu-24.04
6565
env:
6666
WORKFLOW_AUTH_TOKEN: ${{ secrets.GH_PAT_KX1T }}
6767
WORKFLOW_REPO: sdr-enthusiasts/docker-tar1090

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
if: |
2727
github.event_name == 'workflow_dispatch' &&
2828
github.event.inputs.reason != ''
29-
runs-on: ubuntu-22.04
29+
runs-on: ubuntu-24.04
3030
steps:
3131
- name: Log dispatch reason
3232
env:
@@ -71,7 +71,7 @@ jobs:
7171
trigger_build_sdr-enthusiasts_ultrafeeder:
7272
name: Trigger deploy of sdr-enthusiasts/docker-adsb-ultrafeeder
7373
needs: ["deploy", "deploy_with_telegraf"]
74-
runs-on: ubuntu-22.04
74+
runs-on: ubuntu-24.04
7575
env:
7676
WORKFLOW_AUTH_TOKEN: ${{ secrets.GH_PAT_KX1T }}
7777
WORKFLOW_REPO: sdr-enthusiasts/docker-adsb-ultrafeeder

.github/workflows/deploy_trixie.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
if: |
3131
github.event_name == 'workflow_dispatch' &&
3232
github.event.inputs.reason != ''
33-
runs-on: ubuntu-22.04
33+
runs-on: ubuntu-24.04
3434
steps:
3535
- name: Log dispatch reason
3636
env:

0 commit comments

Comments
 (0)