summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2023-08-10 16:16:53 +0000
committerEd Maste <emaste@FreeBSD.org>2023-08-10 16:16:53 +0000
commit78f30535bcdb64cf743b416327ecb0f00e25b2aa (patch)
tree6a7ed1da4073532874ed6bbd2ed553eed285e39c /.github/workflows
parente524ba4db420aa72d11792aa317da381eb32fcce (diff)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/c-cpp.yml26
-rw-r--r--.github/workflows/selfhosted.yml2
2 files changed, 15 insertions, 13 deletions
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
index f3163884a037..e4e2a64e05d2 100644
--- a/.github/workflows/c-cpp.yml
+++ b/.github/workflows/c-cpp.yml
@@ -13,7 +13,14 @@ jobs:
fail-fast: false
matrix:
# First we test all OSes in the default configuration.
- target: [ubuntu-20.04, ubuntu-22.04, macos-11, macos-12, windows-2019, windows-2022]
+ target:
+ - ubuntu-20.04
+ - ubuntu-22.04
+ - macos-11
+ - macos-12
+ - macos-13
+ - windows-2019
+ - windows-2022
config: [default]
# Then we include any extra configs we want to test for specific VMs.
# Valgrind slows things down quite a bit, so start them first.
@@ -43,33 +50,27 @@ jobs:
- { target: ubuntu-20.04, config: gcc-11-Werror }
- { target: ubuntu-20.04, config: pam }
- { target: ubuntu-20.04, config: kitchensink }
- - { target: ubuntu-20.04, config: hardenedmalloc }
+ - { target: ubuntu-22.04, config: hardenedmalloc }
- { target: ubuntu-20.04, config: tcmalloc }
- { target: ubuntu-20.04, config: musl }
+ - { target: ubuntu-latest, config: boringssl }
- { target: ubuntu-latest, config: libressl-master }
- - { target: ubuntu-latest, config: libressl-2.2.9 }
- - { target: ubuntu-latest, config: libressl-2.8.3 }
- - { target: ubuntu-latest, config: libressl-3.0.2 }
- { target: ubuntu-latest, config: libressl-3.2.6 }
- { target: ubuntu-latest, config: libressl-3.3.6 }
- { target: ubuntu-latest, config: libressl-3.4.3 }
- { target: ubuntu-latest, config: libressl-3.5.3 }
- { target: ubuntu-latest, config: libressl-3.6.1 }
- - { target: ubuntu-latest, config: libressl-3.7.0 }
+ - { target: ubuntu-latest, config: libressl-3.7.2 }
- { target: ubuntu-latest, config: openssl-master }
- { target: ubuntu-latest, config: openssl-noec }
- - { target: ubuntu-latest, config: openssl-1.0.1 }
- - { target: ubuntu-latest, config: openssl-1.0.1u }
- - { target: ubuntu-latest, config: openssl-1.0.2u }
- - { target: ubuntu-latest, config: openssl-1.1.0h }
- { target: ubuntu-latest, config: openssl-1.1.1 }
- { target: ubuntu-latest, config: openssl-1.1.1k }
- { target: ubuntu-latest, config: openssl-1.1.1n }
- { target: ubuntu-latest, config: openssl-1.1.1q }
- - { target: ubuntu-latest, config: openssl-1.1.1s }
+ - { target: ubuntu-latest, config: openssl-1.1.1t }
- { target: ubuntu-latest, config: openssl-3.0.0 }
- - { target: ubuntu-latest, config: openssl-3.0.5 }
- { target: ubuntu-latest, config: openssl-3.0.7 }
+ - { target: ubuntu-latest, config: openssl-3.1.0 }
- { target: ubuntu-latest, config: openssl-1.1.1_stable }
- { target: ubuntu-latest, config: openssl-3.0 } # stable branch
- { target: ubuntu-22.04, config: pam }
@@ -82,6 +83,7 @@ jobs:
- { target: ubuntu-22.04, config: without-openssl }
- { target: macos-11, config: pam }
- { target: macos-12, config: pam }
+ - { target: macos-13, config: pam }
runs-on: ${{ matrix.target }}
steps:
- name: set cygwin git params
diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml
index d38cba520500..e84db699ea31 100644
--- a/.github/workflows/selfhosted.yml
+++ b/.github/workflows/selfhosted.yml
@@ -25,9 +25,9 @@ jobs:
- debian-i386
- dfly30
- dfly48
- - dfly58
- dfly60
- dfly62
+ - dfly64
- fbsd10
- fbsd12
- fbsd13