Skip to content

Commit

Permalink
Upload build stats to collector using ubuntu
Browse files Browse the repository at this point in the history
Using windows seems uneccessary and also results in failures due to curl
returning exit code 43
  • Loading branch information
zakkak committed Jul 29, 2024
1 parent b31c632 commit 3049690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-actions-incremental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1184,7 +1184,7 @@ jobs:
strategy:
fail-fast: false
matrix: ${{ fromJson(needs.calculate-test-jobs.outputs.native_matrix) }}
runs-on: ${{matrix.os-name}}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 3049690

Please sign in to comment.