Skip to content

Commit

Permalink
Add support for Mac OS (#59)
Browse files Browse the repository at this point in the history
* Add macos

* Bump to 1.1.0-2.0.10
  • Loading branch information
atraplet authored Aug 29, 2024
1 parent fbaaeeb commit e87dc98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
build:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest ]
os: [ ubuntu-latest, windows-latest, macos-latest ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<dependency>
<groupId>com.ustermetrics</groupId>
<artifactId>ecos4j-native</artifactId>
<version>1.0.4-2.0.10</version>
<version>1.1.0-2.0.10</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit e87dc98

Please sign in to comment.