Skip to content

Commit ecb4813

Browse files
committed
fix test on LTS instead of "1.10"
1 parent f754796 commit ecb4813

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
version:
22-
- '1.10'
22+
- 'lts'
2323
- '1'
2424
os:
2525
- ubuntu-latest

.github/workflows/Enzyme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
version:
24-
- '1.10'
24+
- 'lts'
2525
- '1'
2626
os:
2727
- ubuntu-latest

0 commit comments

Comments
 (0)