Skip to content

Commit

Permalink
Update runners config
Browse files Browse the repository at this point in the history
  • Loading branch information
cmichi committed Nov 21, 2024
1 parent 8e2e5db commit 667b48d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

build-test-linux:
name: Build Linux
runs-on: parity-large
runs-on: ubuntu-latest
timeout-minutes: 50
needs: [set-image, fmt]
container:
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
path: ./artifacts
build-macos:
timeout-minutes: 50
runs-on: parity-macos
runs-on: macos-12
needs: [fmt]
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Expand Down

0 comments on commit 667b48d

Please sign in to comment.