Skip to content

Commit db9ca9f

Browse files
renovate[bot]ForNeVeR
authored andcommitted
Update dependency ubuntu to v24
1 parent b8ef8e1 commit db9ca9f

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/docker.yml

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

1818
jobs:
1919
publish:
20-
runs-on: ubuntu-22.04
20+
runs-on: ubuntu-24.04
2121
steps:
2222
- name: Clone the repository
2323
uses: actions/checkout@v4

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ jobs:
4343
run: dotnet test
4444
timeout-minutes: 10
4545
encoding:
46-
runs-on: ubuntu-22.04
46+
runs-on: ubuntu-24.04
4747
steps:
4848
- uses: actions/checkout@v4
4949
- name: Verify encoding
5050
shell: pwsh
5151
run: scripts/Test-Encoding.ps1
5252
licenses:
53-
runs-on: ubuntu-22.04
53+
runs-on: ubuntu-24.04
5454
steps:
5555
- name: Check out the sources
5656
uses: actions/checkout@v4

.github/workflows/release.yml

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

1818
jobs:
1919
publish:
20-
runs-on: ubuntu-22.04
20+
runs-on: ubuntu-24.04
2121
env:
2222
NUGET_PACKAGES: ${{ github.workspace }}/.github/nuget-packages
2323
steps:

0 commit comments

Comments
 (0)