diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c9521c8..cee0ba85 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,6 +28,8 @@ jobs: run: sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }}.app - name: Skip macro validation run: defaults write com.apple.dt.Xcode IDESkipMacroFingerprintValidation -bool YES + - name: Available simulators + run: xcrun simctl list devices available # - name: Run tests # run: make test-swift # - name: Build platforms ${{ matrix.config }}