Skip to content

Commit

Permalink
update OpenBSD 7.5 flow
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-naumov committed May 4, 2024
1 parent 0fc5d59 commit 0489a62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/openbsd_7_5_aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cross-platform-actions/action@v0.21.1
- uses: cross-platform-actions/action@v0.24.0

with:
operating_system: openbsd
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/openbsd_7_5_x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on: [push]

jobs:
openbsd:
runs-on: macos-12
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cross-platform-actions/action@v0.21.1
- uses: cross-platform-actions/action@v0.24.0

with:
architecture: x86_64
Expand Down

0 comments on commit 0489a62

Please sign in to comment.