Skip to content

Commit

Permalink
ci(build-and-test): bump cross-platform-actions/action to v0.25.0 (
Browse files Browse the repository at this point in the history
  • Loading branch information
lsndr authored Jul 13, 2024
1 parent 8439e09 commit 6291a52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,13 +140,13 @@ jobs:
- uses: actions/checkout@v4
- name: Build
id: build
uses: cross-platform-actions/action@v0.24.0
uses: cross-platform-actions/action@v0.25.0
env:
DEBUG: napi:*
RUSTUP_IO_THREADS: 1
with:
operating_system: freebsd
version: '13.2'
version: '14.1'
memory: 8G
cpu_count: 3
environment_variables: 'DEBUG RUSTUP_IO_THREADS'
Expand Down

0 comments on commit 6291a52

Please sign in to comment.