Skip to content

Commit cee7369

Browse files
committed
fix workflow
1 parent f65c3f9 commit cee7369

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
strategy:
1111
matrix:
1212
# add any other Typst versions that your package should support
13-
typst-version: ["0.12"]
13+
typst-version: ["0.13"]
1414
# the docs don't need to build with all versions supported by the package;
1515
# the latest one is enough
1616
include:
17-
- typst-version: "0.12"
17+
- typst-version: "0.13"
1818
doc: 1
1919
runs-on: ubuntu-latest
2020
steps:

0 commit comments

Comments
 (0)