Skip to content

Commit

Permalink
Update github actions to newer version of cross-platform-actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluhm committed Jan 15, 2025
1 parent df00683 commit f713451
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,15 @@ on: [push]

jobs:
test:
runs-on: macos-12
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: OpenBSD Virtual Machine
uses: cross-platform-actions/action@v0.21.1
uses: cross-platform-actions/action@v0.26.0
with:
operating_system: openbsd
version: '7.4'
hypervisor: xhyve
version: '7.6'
run: |
uname -a
echo $SHELL
Expand Down

0 comments on commit f713451

Please sign in to comment.