Differences From Artifact [217841bd2b]:
- File .github/workflows/openbsd.yml — part of check-in [351c65405c] at 2023-04-16 17:28:29 on branch trunk — Add OpenBSD to GitHub Actions (user: js, size: 1085) [annotate] [blame] [check-ins using]
To Artifact [7e76f12fa8]:
- File
.github/workflows/openbsd.yml
— part of check-in
[31cd763da0]
at
2023-04-17 14:54:13
on branch trunk
— GitHub Actions: Significantly reduce *BSD tests
These are quite slow and quite unreliable, meaning it's impossible to
have CI succeed without having to manually restart several tests. (user: js, size: 581) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 6 7 8 9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | - - - - - - - - - - - - | name: openbsd on: [push, pull_request] jobs: tests: runs-on: macos-12 strategy: matrix: configure_flags: - |
︙ |