Skip to content

Commit

Permalink
chore: remove Fedora 37 builds (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 authored Nov 7, 2023
1 parent 9655c16 commit 9fbf331
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-nvidia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
fedora-version: [37, 38, 39]
fedora-version: [38, 39]
nvidia-version: [535]

permissions:
Expand Down
2 changes: 1 addition & 1 deletion nvidia/Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG FEDORA_VERSION=38
ARG FEDORA_VERSION=39
ARG NVIDIA_VERSION=535

FROM quay.io/fedora-ostree-desktops/base:${FEDORA_VERSION} AS builder
Expand Down

0 comments on commit 9fbf331

Please sign in to comment.