diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9bee548f..c0351212 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,7 +10,7 @@ jobs: strategy: matrix: python-version: ["3.9", "3.10"] - os: [self-hosted] + os: [ubuntu-latest] steps: - name: Checkout marl_eval