Skip to content

Commit

Permalink
actions: build.yml fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
vhavlena committed Dec 19, 2024
1 parent e9a7853 commit 7d2e605
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ on:


jobs:
setup:
ubuntu-build:
name: "Ubuntu (build-&-test)"
runs-on: ubuntu-latest
steps:
- name: Check out repository code
Expand All @@ -28,7 +29,8 @@ jobs:
run: make release
- name: Test release
run: make test
setup:
macos-build:
name: "MACOS (build-&-test)"
runs-on: macos-15
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 7d2e605

Please sign in to comment.