From 935d0bda2de806eef2a950906adbb799a16f44f0 Mon Sep 17 00:00:00 2001 From: Ella Alinda <61820811+Ella-Alinda@users.noreply.github.com> Date: Fri, 27 Jan 2023 14:07:23 +0800 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6ee55551..cb4a228c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,7 +6,7 @@ jobs: build: strategy: matrix: - os: [ubuntu-22.04, macos-11] + os: [debian-11, macos-11] compiler: [gcc, clang] runs-on: ${{ matrix.os }} @@ -31,7 +31,6 @@ jobs: libsqlite3-dev \ libssh2-1-dev \ libcppunit-dev \ - rst2html \ python \ python-docutils - name: MacOS setup