Skip to content

Commit

Permalink
Use macos for the VM where to run the github action
Browse files Browse the repository at this point in the history
  • Loading branch information
lgiommi committed Jan 29, 2024
1 parent 5142da9 commit a24f442
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
docker:
runs-on: ubuntu-latest
runs-on: macos-12
steps:
- uses: actions/setup-java@v2
with:
Expand Down
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -237,12 +237,6 @@
<groupId>es.upv.i3m.grycap</groupId>
<artifactId>im-java-api</artifactId>
<version>${im-java-api.version}</version>
<exclusions>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
</exclusion>
</exclusions>
</dependency>

<!-- Flowable -->
Expand Down

0 comments on commit a24f442

Please sign in to comment.