diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 70c2f429..74223844 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,7 +9,7 @@ on: jobs: test: - runs-on: self-hosted + runs-on: ubuntu-latest timeout-minutes: 10 steps: - name: Check out repository code diff --git a/.github/workflows/pytests.yml b/.github/workflows/pytests.yml index 2e963700..fcd922ec 100644 --- a/.github/workflows/pytests.yml +++ b/.github/workflows/pytests.yml @@ -12,7 +12,7 @@ concurrency: jobs: tests: - runs-on: self-hosted + runs-on: ubuntu-latest env: # https://www.notion.so/nibiru/Resources-and-Repo-Configs-b31aa8074a2b419d80b0c946ed5efab0 CHAIN_ID: ${{ secrets.CHAIN_ID }}