diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index b5c4255cf1..be48fe0107 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -161,13 +161,13 @@ jobs: needs: [build_dfx] strategy: matrix: - os: [macos-11, ubuntu-20.04] - rust: ['1.60.0'] + os: [macos-12, ubuntu-20.04, ubuntu-22.04] + rust: ['1.65.0'] steps: - name: Checking out repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setting up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: '3.9' - name: Installing playwright @@ -175,7 +175,7 @@ jobs: pip install playwright==1.35.0 playwright install - name: Download dfx binary - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: dfx-${{ matrix.os }}-rs-${{ matrix.rust }} path: /usr/local/bin