Skip to content

Commit fd3fea4

Browse files
committed
stick to ubuntu@22
1 parent d57b323 commit fd3fea4

2 files changed

Lines changed: 2 additions & 2 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-24.04
11+
runs-on: ubuntu-22.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-latest
19+
runs-on: ubuntu-22.04
2020
steps:
2121
- name: Checkout repository
2222
uses: actions/checkout@v6

0 commit comments

Comments
 (0)