Skip to content

Commit 1b494be

Browse files
committed
Change CI workflow to use ubuntu-20.04 for consistency in test environment
1 parent e4d6cbd commit 1b494be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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-latest
6+
runs-on: ubuntu-20.04
77
steps:
88
-
99
name: Checkout repository

0 commit comments

Comments
 (0)