From 70da6d3c2c91fb578fd84ab7a3a6fd019f1b3ca1 Mon Sep 17 00:00:00 2001 From: Ella Alinda <61820811+Ella-Alinda@users.noreply.github.com> Date: Fri, 27 Jan 2023 14:10:03 +0800 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cb4a228c..9faa6b51 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,7 +6,7 @@ jobs: build: strategy: matrix: - os: [debian-11, macos-11] + os: [ubuntu-22.04, macos-11] compiler: [gcc, clang] runs-on: ${{ matrix.os }} @@ -31,8 +31,8 @@ jobs: libsqlite3-dev \ libssh2-1-dev \ libcppunit-dev \ - python \ - python-docutils + python3 \ + python3-docutils - name: MacOS setup if: runner.os == 'macOS' run: |