summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2022-02-11 13:39:29 +1100
committerDarren Tucker <dtucker@dtucker.net>2022-02-11 13:42:36 +1100
commitea13fc830fc0e0dce2459f1fab2ec5099f73bdf0 (patch)
tree0d41deb36f53082af374022dc07c809b4653db1a
parent50b9e4a4514697ffb9592200e722de6b427cb9ff (diff)
Stop testing OpenBSD HEAD on 6.9 and 7.0.
HEAD is not guaranteed to work on previous stable branches, and at the moment is broken due to libfido API changes.
-rw-r--r--.github/workflows/upstream.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/upstream.yml b/.github/workflows/upstream.yml
index 93df65ce..b91083c6 100644
--- a/.github/workflows/upstream.yml
+++ b/.github/workflows/upstream.yml
@@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- os: [ obsdsnap, obsdsnap-i386, obsd69, obsd70 ]
+ os: [ obsdsnap, obsdsnap-i386 ]
configs: [ default, without-openssl ]
steps:
- uses: actions/checkout@v2