Skip to content

Commit

Permalink
Bump cross-platform-actions to 0.23.0 (#16)
Browse files Browse the repository at this point in the history
This version supports HW acceleration on Ubuntu runners.

While here, bump CPU count of the VM to 4 (from default of 2).
  • Loading branch information
knightjoel authored Feb 18, 2024
1 parent 8a2058d commit 0c7987b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: 7.4-amd64
arch: x86-64
version: "7.4"
host: macos-12
host: ubuntu-latest
do-git-push: true # Push changes from this build back to the branch
- name: 7.4-arm64
arch: arm64
Expand All @@ -36,11 +36,12 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build
uses: cross-platform-actions/action@v0.22.0
uses: cross-platform-actions/action@v0.23.0
with:
operating_system: openbsd
architecture: ${{ matrix.os.arch }}
version: "${{ matrix.os.version }}"
cpu_count: 4
shell: bash
shutdown_vm: false
run: |
Expand Down

0 comments on commit 0c7987b

Please sign in to comment.