Commit 4b3ca5d
committed
fix: Add exclude+include for EPAS 18 PostGIS matrix to fix empty runs-on
The previous include entry for pgver 18 with postgisver 35 did not match
any existing matrix combination (postgisver 34 != 35), so GitHub Actions
created a new entry without an os value, causing runs-on to evaluate to ''.
Use exclude to remove pgver 18 / postgisver 34 combos, then include with
explicit os to re-add them with postgisver 35.1 parent 0c16add commit 4b3ca5d
1 file changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
39 | 46 | | |
40 | 47 | | |
41 | 48 | | |
| |||
0 commit comments