Skip to content

Commit

Permalink
Remove old dependency in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jacques-n committed Oct 14, 2024
1 parent a044f8b commit fba2c89
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
- "Makefile"
jobs:
darwin_amd64:
needs: prepare
runs-on: macos-13
steps:
- uses: actions/checkout@v4
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit fba2c89

Please sign in to comment.