From c9b4dd31d66fbe9de332daa121a1b29fe50c5b76 Mon Sep 17 00:00:00 2001 From: brooke Date: Sun, 4 May 2025 12:45:13 -0400 Subject: [PATCH] fix runs-on image --- .github/workflows/build.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ebfa848..6074c12 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,9 +7,7 @@ on: jobs: build_linux_amd64: - runs-on: ubuntu-latest - permissions: - contents: write + runs-on: ubuntu-22.04 steps: - name: Clone Main Repo uses: actions/checkout@v3 @@ -25,7 +23,7 @@ jobs: uses: actions/setup-node@v3 with: node-version: 18 - + - name: Install Python uses: actions/setup-python@v5 with: