Skip to content

Commit

Permalink
Update distro versions and remove rawhide
Browse files Browse the repository at this point in the history
Fedora 32 is EOL. Add Fedora 34 and 35.

Disable security to work around
actions/runner-images#3812

Remove rawhide, because it's broken.
  • Loading branch information
omajid committed Aug 26, 2021
1 parent 00ca240 commit d74e722
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,18 @@ jobs:
fail-fast: false
matrix:
container_image:
- fedora:34
- fedora:33
- fedora:rawhide
- registry.fedoraproject.org/fedora:33
- registry.fedoraproject.org/fedora:34
- registry.fedoraproject.org/fedora:35
- registry.access.redhat.com/ubi8
dotnet_version:
- "3.1"
- "5.0"

container:
image: ${{ matrix.container_image }}
options: --security-opt seccomp=unconfined


steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit d74e722

Please sign in to comment.