Skip to content

Commit a55031e

Browse files
JoeWang1127ldetmer
authored andcommitted
chore: remove mac unit tests in library generation ci (#3142)
Fix: #2733 The checks change to <img width="735" alt="image" src="https://github.com/user-attachments/assets/5b89dd78-2338-4412-93e1-6dc2ffdb487c">
1 parent d5ad0ac commit a55031e

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/verify_library_generation.yaml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -73,21 +73,11 @@ jobs:
7373
set -x
7474
python -m unittest library_generation/test/integration_tests.py
7575
library-generation-unit-tests:
76-
runs-on: ${{ matrix.os }}
76+
runs-on: ubuntu-22.04
7777
needs: should-run-library-generation-tests
7878
if: needs.should-run-library-generation-tests.outputs.should_run == 'true'
79-
strategy:
80-
matrix:
81-
java: [ 8 ]
82-
os: [ ubuntu-22.04, macos-12 ]
8379
steps:
8480
- uses: actions/checkout@v4
85-
- name: install utils (macos)
86-
if: matrix.os == 'macos-12'
87-
shell: bash
88-
run: |
89-
brew update --preinstall
90-
brew install coreutils
9181
- uses: actions/setup-python@v5
9282
with:
9383
python-version: 3.11

0 commit comments

Comments
 (0)