Changeset: 6391e594133d for monetdb-java
URL: https://dev.monetdb.org/hg/monetdb-java/rev/6391e594133d
Modified Files:
.github/workflows/macos.yml
Branch: default
Log Message:
Try getting macos action to work.
diffs (28 lines):
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -11,12 +11,22 @@ jobs:
runs-on: macos-latest
+ services:
+ monetdb_container:
+ image: monetdb/monetdb:latest
+ env:
+ MDB_DAEMON_PASS: monetdb
+ MDB_DB_ADMIN_PASS: monetdb
+ ports:
+ - 50000:50000
+
steps:
- uses: actions/checkout@v6
- - name: Set up JDK 1.8
+
+ - name: Set up JDK
uses: actions/setup-java@v5
with:
- java-version: 8
+ java-version: 11
distribution: liberica
- name: Build
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]