Skip to content

Commit

Permalink
Fix OS, Rust and actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mmicu committed Jul 27, 2023
1 parent 65eab45 commit ff8c506
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,21 +161,21 @@ 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
run: |
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
Expand Down

0 comments on commit ff8c506

Please sign in to comment.