Skip to content

Commit 68be40a

Browse files
Update dependency ubuntu to v24
1 parent 226ddb6 commit 68be40a

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/lint-markdown.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313
jobs:
1414
lint-markdown:
1515
name: Markdown Linting
16-
runs-on: ubuntu-22.04
16+
runs-on: ubuntu-24.04
1717
steps:
1818
- name: Checkout repository
1919
uses: actions/checkout@v6

.github/workflows/release-quilt-rs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88

99
jobs:
1010
publish:
11-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-24.04
1212
strategy:
1313
fail-fast: false
1414
max-parallel: 1

.github/workflows/test-quilt-rs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ concurrency:
1616
jobs:
1717
check:
1818
name: Rust project
19-
runs-on: ubuntu-22.04
19+
runs-on: ubuntu-24.04
2020
steps:
2121
- name: Checkout repository
2222
uses: actions/checkout@v6

.github/workflows/test-quilt-sync-backend.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
quality:
1818
name: Code Quality (Ubuntu)
1919
if: github.ref != 'refs/heads/main'
20-
runs-on: ubuntu-22.04
20+
runs-on: ubuntu-24.04
2121
steps:
2222
- name: Checkout repository
2323
uses: actions/checkout@v6

.github/workflows/test-quilt-sync-frontend.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414
jobs:
1515
frontend-quality:
1616
name: Frontend Quality (Ubuntu)
17-
runs-on: ubuntu-22.04
17+
runs-on: ubuntu-24.04
1818
steps:
1919
- name: Checkout repository
2020
uses: actions/checkout@v6

0 commit comments

Comments
 (0)