From c53318a03ad46835139e7976472c72553a2819b8 Mon Sep 17 00:00:00 2001 From: June Tate-Gans Date: Sun, 24 Mar 2024 10:40:44 -0500 Subject: [PATCH] Remove manjaro and swap to ubuntu build only --- .github/workflows/python.yml | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 41f479f..513d8b4 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -11,8 +11,8 @@ permissions: contents: read jobs: - build-debian: - runs-on: debian-latest + build: + runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - name: Set up Python 3.10 @@ -22,16 +22,3 @@ jobs: - name: Build package run: | make - - build-manjaro: - runs-on: manjaro-latest - steps: - - uses: actions/checkout@v3 - - name: Set up Python 3.10 - uses: actions/setup-python@v3 - with: - python-version: "3.10" - - name: Build package - run: | - make -