Introduce binary variables $\lambda_{i,j}$ together with the constraints $$\sum_j \lambda_{i,j} = 1 \quad \forall i. \quad(1)$$ Next, add continuous variables $w_i$ defined by the constraints $$w_i =\sum_{j} \lambda_{i,j} x_{i,j}.\quad(2)$$If $x$ is a variable, there is a trick for linearizing the products $\lambda_{i,j} x_{i,j},$ documented in multiple answers on this site.
Finally, introduce a variable $z$ together with the constraints $$z\le w_i \quad \forall i \quad(3)$$and set the objective to maximize $z$. $z$ will be the minimum of the $w_i$, and for any $i$ where $z=w_i$ constraints (1) to (3) plus the goal of maximizing $z$ will ensure that $w_i$ is the largest of the $x_{i,j}.$