Skip to content

Commit

Permalink
change runner machines
Browse files Browse the repository at this point in the history
  • Loading branch information
cetin committed Sep 2, 2024
1 parent 0aab566 commit 29c3ba5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
# Test ------------------------------------------------------------------------
debug_mode_test_with_regtest:
name: Test code in debug mode with Bitcoin Regtest
runs-on: ubicloud-standard-16
runs-on: ubicloud-standard-4
needs: debug_mode_build

services:
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:

release_mode_test_with_regtest:
name: Test code in release mode with Bitcoin Regtest
runs-on: ubicloud-standard-16
runs-on: ubicloud-standard-4
needs: release_mode_build

services:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/code_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
jobs:
formatting:
name: Check formatting
runs-on: ubicloud-standard-16
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
Expand All @@ -17,7 +17,7 @@ jobs:

linting:
name: Check linting
runs-on: ubicloud-standard-16
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 29c3ba5

Please sign in to comment.