diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 75d2ec0..af24598 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,11 +10,11 @@ jobs: strategy: matrix: # add any other Typst versions that your package should support - typst-version: ["0.11"] + typst-version: ["0.12"] # the docs don't need to build with all versions supported by the package; # the latest one is enough include: - - typst-version: "0.11" + - typst-version: "0.12" doc: 1 runs-on: ubuntu-latest steps: diff --git a/tests/test1/ref/1.png b/tests/test1/ref/1.png index e726341..b8347f4 100644 Binary files a/tests/test1/ref/1.png and b/tests/test1/ref/1.png differ