disabling mac on golang test for now

Signed-off-by: Paul Yuknewicz <paulyuk@Pauls-MBP-2.lan>
This commit is contained in:
Paul Yuknewicz 2023-06-02 17:24:46 -07:00
parent c2d146f9c2
commit 36a1aada5a
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