From 9bf4a0f9e87540fd103f23a8a0faa4cb5803e25c Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Sat, 22 Jun 2024 21:39:34 +0300 Subject: [PATCH] Update fedora-40.yml --- .github/workflows/fedora-40.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/fedora-40.yml b/.github/workflows/fedora-40.yml index 947c2ad..058d4ec 100644 --- a/.github/workflows/fedora-40.yml +++ b/.github/workflows/fedora-40.yml @@ -3,7 +3,7 @@ on: workflow_dispatch jobs: build: - runs-on: fedora:40 + runs-on: fedora:latest steps: - uses: actions/checkout@v2 @@ -17,4 +17,4 @@ jobs: uses: actions/upload-artifact@v1.0.0 with: name: Binary RPM - path: ${{ steps.rpm.outputs.rpm_dir_path }} \ No newline at end of file + path: ${{ steps.rpm.outputs.rpm_dir_path }}