From ea13fc830fc0e0dce2459f1fab2ec5099f73bdf0 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Fri, 11 Feb 2022 13:39:29 +1100 Subject: 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. --- .github/workflows/upstream.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3