Skip to content

Commit

Permalink
squashme
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaytonNorthey92 committed Jun 5, 2024
1 parent aeae96f commit 4176f2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/localnet-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions:
jobs:
test:
name: "Test"
runs-on: "ubuntu-latest"
runs-on: "macos-latest-large"
strategy:
matrix:
go-version: [ "1.22.x" ]
Expand All @@ -33,10 +33,10 @@ jobs:
check-latest: true

- name: "increase -l ulimits"
run: ulimit -l unlimited
run: ulimit -Sl unlimited

- name: "increase -n ulimits"
run: ulimit -n unlimited
run: ulimit -Sn unlimited

- name: "Download and verify dependencies"
run: make deps
Expand Down

0 comments on commit 4176f2e

Please sign in to comment.