summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2021-06-02 13:54:11 +1000
committerDarren Tucker <dtucker@dtucker.net>2021-06-02 13:54:11 +1000
commitecc186e46e3e30f27539b4311366dfda502f0a08 (patch)
tree8efbd015a4ad84db0b5d9ebdc27d0b94ca84efca /.github
parent5de0867b822ec48b5eec9abde0f5f95d1d646546 (diff)
Retire fbsd7 test target.
It's the slowest of the selfhosted targets (since it's 32bit but has most of the crypto algos). We still have coverage for 32bit i386.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/selfhosted.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml
index 49cdc691..4794e28b 100644
--- a/.github/workflows/selfhosted.yml
+++ b/.github/workflows/selfhosted.yml
@@ -22,7 +22,6 @@ jobs:
- dfly58
- dfly60
- fbsd6
- - fbsd7
- fbsd10
- fbsd12
- fbsd13
@@ -50,7 +49,6 @@ jobs:
- { os: dfly58, configs: pam }
- { os: dfly60, configs: pam }
- { os: fbsd6, configs: pam }
- - { os: fbsd7, configs: pam }
- { os: fbsd10, configs: pam }
- { os: fbsd12, configs: pam }
- { os: fbsd13, configs: pam }