From c91e964897670564e24ea5db7e9fdb17aa641293 Mon Sep 17 00:00:00 2001 From: Capkirk123 Date: Mon, 6 Jan 2025 12:36:20 -0500 Subject: [PATCH] Fix Artifacts --- .github/workflows/attachReleaseArtifacts.yml | 2 +- .github/workflows/buildAndTest.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/attachReleaseArtifacts.yml b/.github/workflows/attachReleaseArtifacts.yml index 6615eff..9258340 100644 --- a/.github/workflows/attachReleaseArtifacts.yml +++ b/.github/workflows/attachReleaseArtifacts.yml @@ -9,7 +9,7 @@ on: jobs: attach-release-artifacts: # The type of runner that the job will run on - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 # Steps represent a sequence of tasks that will be executed as part of the job steps: diff --git a/.github/workflows/buildAndTest.yml b/.github/workflows/buildAndTest.yml index 9cd6ede..9b01833 100644 --- a/.github/workflows/buildAndTest.yml +++ b/.github/workflows/buildAndTest.yml @@ -25,7 +25,7 @@ jobs: build: # The type of runner that the job will run on - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 needs: [check-secret] if: needs.check-secret.outputs.has-password == 'true' # Steps represent a sequence of tasks that will be executed as part of the job