Skip to content

Commit

Permalink
Fedora runner
Browse files Browse the repository at this point in the history
  • Loading branch information
ischoegl committed Aug 27, 2023
1 parent a426373 commit 0fb7727
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,19 @@ on:
- main

jobs:
fedora-job:
strategy:
matrix:
cc: [ gcc, clang ]
name: ${{ matrix.cc }}
runs-on: ubuntu-latest
container:
image: fedora:rawhide
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: |
dnf -y install git clang
nosetests-multi-os:
name: Run pytest on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 0fb7727

Please sign in to comment.