Skip to content

Commit

Permalink
test: Bump cross-platform actions to pull in fix for flaky BSD (#4278)
Browse files Browse the repository at this point in the history
  • Loading branch information
maddeleine authored Nov 10, 2023
1 parent 1b9b1d6 commit 1a58649
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
- name: Build and test in FreeBSD
id: test
uses: cross-platform-actions/action@v0.20.0
uses: cross-platform-actions/action@v0.21.1
timeout-minutes: 25
with:
operating_system: freebsd
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_openbsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
- name: Build and test in OpenBSD
id: test
uses: cross-platform-actions/action@v0.10.0
uses: cross-platform-actions/action@v0.21.1
with:
operating_system: openbsd
architecture: x86-64
Expand Down

0 comments on commit 1a58649

Please sign in to comment.