From 4176f2eb0690e9dae47ede1b40f69c52859665d6 Mon Sep 17 00:00:00 2001 From: ClaytonNorthey92 Date: Wed, 5 Jun 2024 18:15:02 -0400 Subject: [PATCH] squashme --- .github/workflows/localnet-test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/localnet-test.yml b/.github/workflows/localnet-test.yml index 0c44d509e..65e32ecc2 100644 --- a/.github/workflows/localnet-test.yml +++ b/.github/workflows/localnet-test.yml @@ -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" ] @@ -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