Skip to content

Do not cache Type 3 font glyphs that contain stroking paint operator #86

Do not cache Type 3 font glyphs that contain stroking paint operator

Do not cache Type 3 font glyphs that contain stroking paint operator #86

name: Linux
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
linux:
uses: ./.github/workflows/unit-tests.yml
with:
matrix: |
{
"include": [
{ "runner": "ubuntu-latest", "os": "linux", "arch": "x64", "framework": "net6.0" },
{ "runner": "ubuntu-latest", "os": "linux", "arch": "x64", "framework": "net8.0" },
{ "runner": "ubuntu-latest", "os": "linux", "arch": "x64", "framework": "net9.0" },
{ "runner": "ubuntu-24.04-arm", "os": "linux", "arch": "arm64", "framework": "net6.0" },
{ "runner": "ubuntu-24.04-arm", "os": "linux", "arch": "arm64", "framework": "net8.0" },
{ "runner": "ubuntu-24.04-arm", "os": "linux", "arch": "arm64", "framework": "net9.0" }
]
}