Skip to content

Commit e495cb9

Browse files
committed
CI: Update Ubuntu runners to 24.04
1 parent 7f21494 commit e495cb9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ concurrency:
1919
jobs:
2020
pre-checks:
2121
name: Run Pre-Checks
22-
runs-on: ubuntu-22.04
22+
runs-on: ubuntu-24.04
2323
defaults:
2424
run:
2525
shell: bash
@@ -652,7 +652,7 @@ jobs:
652652

653653
make-release:
654654
name: Create and upload release
655-
runs-on: ubuntu-22.04
655+
runs-on: ubuntu-24.04
656656
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
657657
needs: [ffmpeg-package-universal, ffmpeg-windows-build, macos-package-universal, macos-qt6-package, windows-build, windows-qt6-package]
658658
defaults:

.github/workflows/scheduled.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ concurrency:
1212
jobs:
1313
cache-cleanup:
1414
name: Cache Cleanup 🧹
15-
runs-on: ubuntu-22.04
15+
runs-on: ubuntu-24.04
1616
permissions:
1717
actions: write
1818
steps:

0 commit comments

Comments
 (0)