From 0164427dd542e3fcd4e5c9842bf7d02cf674f62a Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Sun, 8 Dec 2024 15:52:57 +0200 Subject: [PATCH] ci : disable freeBSD builds [no ci] --- .github/workflows/build.yml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bb5f9e52..241de9be 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -49,23 +49,23 @@ jobs: cmake -B build cmake --build build --config Release - freeBSD-latest: - runs-on: macos-12 - - steps: - - name: Clone - uses: actions/checkout@v4 - - - name: Build - uses: cross-platform-actions/action@v0.24.0 - with: - operating_system: freebsd - version: '13.3' - run: | - sudo pkg update - sudo pkg install -y gmake sdl2 cmake - cmake -B build - cmake --build build --config Release +# freeBSD-latest: +# runs-on: macos-12 +# +# steps: +# - name: Clone +# uses: actions/checkout@v4 +# +# - name: Build +# uses: cross-platform-actions/action@v0.24.0 +# with: +# operating_system: freebsd +# version: '13.3' +# run: | +# sudo pkg update +# sudo pkg install -y gmake sdl2 cmake +# cmake -B build +# cmake --build build --config Release ubuntu-latest-gcc: runs-on: ubuntu-latest