From fba2c89f69aa36b65d67c563c442fed81897b46b Mon Sep 17 00:00:00 2001 From: Jacques Nadeau Date: Sun, 13 Oct 2024 14:16:39 -1000 Subject: [PATCH] Remove old dependency in workflow --- .github/workflows/deps.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/deps.yaml b/.github/workflows/deps.yaml index 49bd7da..e516ba9 100644 --- a/.github/workflows/deps.yaml +++ b/.github/workflows/deps.yaml @@ -9,7 +9,6 @@ on: - "Makefile" jobs: darwin_amd64: - needs: prepare runs-on: macos-13 steps: - uses: actions/checkout@v4 @@ -23,7 +22,6 @@ jobs: path: deps/darwin_amd64/* retention-days: 1 darwin_arm64: - needs: prepare runs-on: macos-latest steps: - uses: actions/checkout@v4 @@ -37,7 +35,6 @@ jobs: path: deps/darwin_arm64/* retention-days: 1 linux_amd64: - needs: prepare runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v4 @@ -51,7 +48,6 @@ jobs: path: deps/linux_amd64/* retention-days: 1 linux_arm64: - needs: prepare runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v4