Skip to content

Commit b5e2982

Browse files
committed
CI: upgrade to latest image versions
1 parent 489e98f commit b5e2982

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/dependencies.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
contents: write
1717
pull-requests: write
1818

19-
runs-on: ubuntu-22.04
19+
runs-on: ubuntu-24.04
2020
timeout-minutes: 15
2121
steps:
2222
- name: "Check out the sources"
@@ -41,7 +41,7 @@ jobs:
4141
contents: write
4242
pull-requests: write
4343

44-
runs-on: ubuntu-22.04
44+
runs-on: ubuntu-24.04
4545
timeout-minutes: 15
4646
steps:
4747
- name: "Check out the sources"

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
timeout-minutes: 15
1616
strategy:
1717
matrix:
18-
image: [macos-12, ubuntu-22.04, windows-2022]
18+
image: [macos-14, ubuntu-24.04, windows-2022]
1919
fail-fast: false
2020
steps:
21-
- if: matrix.image == 'ubuntu-22.04'
21+
- if: matrix.image == 'ubuntu-24.04'
2222
name: Free disk space
2323
uses: jlumbroso/free-disk-space@v1.3.1
2424
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
jobs:
1515
publish:
16-
runs-on: ubuntu-22.04
16+
runs-on: ubuntu-24.04
1717
steps:
1818
- name: Read version from Git ref
1919
id: version

0 commit comments

Comments
 (0)