Skip to content

Commit

Permalink
Update CLI testing to depot.dev x4 runners
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidS-ovm committed Jun 24, 2024
1 parent e767571 commit ce5f6ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: push
jobs:
test:
name: Run Tests
runs-on: ubuntu-latest
runs-on: depot-ubuntu-22.04-4
env:
CGO_ENABLED: 0

Expand All @@ -27,7 +27,7 @@ jobs:
golangci:
name: lint
runs-on: ubuntu-latest
runs-on: depot-ubuntu-22.04-4

steps:
- name: Checkout
Expand Down

0 comments on commit ce5f6ac

Please sign in to comment.