Remove manjaro and swap to ubuntu build only

This commit is contained in:
June Tate-Gans 2024-03-24 10:40:44 -05:00
parent 1e9d1bcfb9
commit c53318a03a

View File

@ -11,8 +11,8 @@ permissions:
contents: read contents: read
jobs: jobs:
build-debian: build:
runs-on: debian-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Set up Python 3.10 - name: Set up Python 3.10
@ -22,16 +22,3 @@ jobs:
- name: Build package - name: Build package
run: | run: |
make 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