Skip to content

Commit

Permalink
Try to fix flaky FreeBSD tests
Browse files Browse the repository at this point in the history
This bumps CPA to the latest version and switches to Linux runners.
  • Loading branch information
jacob-carlborg committed Feb 29, 2024
1 parent df52531 commit 5541229
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 @@ -48,7 +48,7 @@ jobs:
target: freebsd
version: '13.1'
target_triple: x86_64-unknown-freebsd13.1
host: macOS-latest
host: ubuntu-latest
cross_platform_actions: true

compiler:
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:

- name: Test
if: matrix.data.cross_platform_actions
uses: cross-platform-actions/action@v0.22.0
uses: cross-platform-actions/action@v0.23.0
with:
shell: bash
operating_system: ${{ matrix.data.os.target }}
Expand Down

0 comments on commit 5541229

Please sign in to comment.