Skip to content

Commit

Permalink
fix: No ImageIndex on Lazarus 2.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gcarreno committed Jan 5, 2024
1 parent cb01ce8 commit f2b1f8d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/main.lazarus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
"matrix": {
"os": [
"ubuntu-latest",
"windows-latest"
"windows-latest",
"macos-latest"
],
"include":[
{
Expand All @@ -38,11 +39,14 @@ jobs:
{
"os": "windows-latest",
"triplet": "x86_64-win64"
},
{
"os": "macos-latest",
"triplet": "x86_64-darwin"
}
],
"lazarus-versions": [
"stable",
"2.2.6"
"stable"
]
}
}'
Expand Down

0 comments on commit f2b1f8d

Please sign in to comment.