Skip to content

Commit 5ba9e3d

Browse files
committed
ci: fix cross testing
I have no idea how CI was passing with this error in the CI configuration. Apparently it is failing the `master` run, but the PRs were not failing. Crazy.
1 parent d0aa586 commit 5ba9e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
# continues to work as cross releases in the past have broken things
9696
# in subtle ways.
9797
CROSS_VERSION: v0.2.5
98-
runs-on: ${{ matrix.os }}
98+
runs-on: ubuntu-latest
9999
strategy:
100100
fail-fast: false
101101
matrix:

0 commit comments

Comments
 (0)