Skip to content

Commit

Permalink
Try new runner for upload_cov.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tbraun96 committed Apr 14, 2024
1 parent 2e9e1a2 commit df6ca2a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/upload_cov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ on:
push:
branches:
- master
workflow_dispatch:
name: Upload Coverage

env:
CARGO_TERM_COLOR: always
Expand All @@ -12,7 +14,7 @@ env:

jobs:
coverage:
runs-on: macos-latest
runs-on: linux-x86_64-epyc-7351-16core-128GB-ram
timeout-minutes: 80
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit df6ca2a

Please sign in to comment.