Skip to content

Commit

Permalink
consistent macos version
Browse files Browse the repository at this point in the history
  • Loading branch information
John Collins committed Nov 30, 2023
1 parent cc84254 commit 2ed2387
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/manifold.yml
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ jobs:
strategy:
matrix:
parallel_backend: [NONE, TBB]
runs-on: macos-latest
runs-on: macos-12
if: github.event.pull_request.draft == false
steps:
- name: Install common dependencies
Expand Down
4 changes: 2 additions & 2 deletions bindings/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
</properties>

<dependencies>
Expand Down

0 comments on commit 2ed2387

Please sign in to comment.