disable Macos test for Java.

Signed-off-by: Paul Yuknewicz <paulyuk@Pauls-MBP-2.lan>
This commit is contained in:
Paul Yuknewicz 2023-06-02 12:03:43 -07:00
parent 554e45f45e
commit c2d146f9c2
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ jobs:
PODMAN_VERSION: 4.4.4
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest]
fail-fast: false
steps:
- name: Check out code