diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3dfcda27..194f1bc0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,7 +71,7 @@ jobs: KITCHEN_LOCAL_YAML: kitchen.macos.yml TERM: xterm-256color with: - suite: temurin-11 + suite: default os: macos action: converge - name: Source Profile for JAVA_HOME @@ -88,7 +88,7 @@ jobs: KITCHEN_LOCAL_YAML: kitchen.macos.yml TERM: xterm-256color with: - suite: temurin-11 + suite: default os: macos action: verify diff --git a/kitchen.macos.local.yml b/kitchen.macos.local.yml index 9de6bec9..071b95cd 100644 --- a/kitchen.macos.local.yml +++ b/kitchen.macos.local.yml @@ -13,13 +13,13 @@ platforms: gui: false suites: - - name: adoptopenjdk-14 + - name: default run_list: - recipe[homebrew] - - recipe[test::adoptopenjdk] + - recipe[test::openjdk] attributes: version: 14 variant: openj9 verifier: - inspec_tests: [test/integration/adoptopenjdk] - input_files: [test/integration/adoptopenjdk/inputs/adoptopenjdk-14-macos.yml] + inspec_tests: [test/integration/openjdk] + input_files: [test/integration/openjdk/inputs/openjdk-14-macos.yml] diff --git a/kitchen.macos.yml b/kitchen.macos.yml index 76e45ee5..0b6a7052 100644 --- a/kitchen.macos.yml +++ b/kitchen.macos.yml @@ -20,7 +20,7 @@ platforms: gui: false suites: - - name: openjdk-17 + - name: default run_list: - recipe[test::openjdk] attributes: