Skip to content

Commit 558ee5e

Browse files
committed
Update CI workflow to use ubuntu-22.04 for improved compatibility
1 parent 1b494be commit 558ee5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on: [push, pull_request]
33
jobs:
44
tailor:
55
name: Run tests
6-
runs-on: ubuntu-20.04
6+
runs-on: ubuntu-22.04
77
steps:
88
-
99
name: Checkout repository

0 commit comments

Comments
 (0)