Skip to content

Commit

Permalink
CI: upgrade to latest image versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Dec 15, 2024
1 parent 489e98f commit 78a1fdc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
contents: write
pull-requests: write

runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 15
steps:
- name: "Check out the sources"
Expand All @@ -41,7 +41,7 @@ jobs:
contents: write
pull-requests: write

runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 15
steps:
- name: "Check out the sources"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
timeout-minutes: 15
strategy:
matrix:
image: [macos-12, ubuntu-22.04, windows-2022]
image: [macos-14, ubuntu-24.04, windows-2022]
fail-fast: false
steps:
- if: matrix.image == 'ubuntu-22.04'
- if: matrix.image == 'ubuntu-24.04'
name: Free disk space
uses: jlumbroso/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
publish:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Read version from Git ref
id: version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:

jobs:
stale:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/stale@v9
with:
Expand Down

0 comments on commit 78a1fdc

Please sign in to comment.