From 576ca7a0678e068521af2ea7ea5740ad4ee8169e Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 29 Mar 2024 11:55:04 +0000 Subject: [PATCH] ci: delete flaky FreeBSD 13.2 job Keep FreeBSD 14. --- .github/workflows/ci.yml | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b5932f8e..93a6b3ad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -541,29 +541,6 @@ jobs: build_freebsd: name: 'FreeBSD (autotools, openssl, clang, amd64)' - runs-on: macos-12 - timeout-minutes: 30 - steps: - - uses: actions/checkout@v4 - - name: 'autotools' - uses: cross-platform-actions/action@v0.21.1 - with: - operating_system: "freebsd" - version: "13.2" - architecture: "x86_64" - run: | - # https://ports.freebsd.org/ - sudo pkg install -y autoconf automake libtool - setenv CC clang - autoreconf -fi - mkdir bld && cd bld && ../configure --enable-werror --enable-debug \ - --with-crypto=openssl \ - --disable-docker-tests - make -j3 - make check VERBOSE=1 - - build_freebsd_new: - name: 'FreeBSD 14 (autotools, openssl, clang, amd64)' runs-on: ubuntu-22.04 timeout-minutes: 30 steps: