changeset 776:a5be83372750

use distro name
author Niels Nes <niels@cwi.nl>
date Sat, 12 Aug 2023 11:49:22 +0200 (20 months ago)
parents cb20730499c7
children 5788507c01b9
files .github/workflows/macos.yml
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -15,7 +15,8 @@ jobs:
     - name: Set up JDK 1.8
       uses: actions/setup-java@v3
       with:
-        java-version: 1.8
+        java-version: 8
+        distribution: liberica
 
     - name: Build
       run: make all