Skip to content

Commit 77e9450

Browse files
Update dependency ubuntu to v24
1 parent fbf7c46 commit 77e9450

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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)