Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/cargo-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
rust: [ '1.52.1' ]
rust: [ '1.55.0' ]
os: [ ubuntu-latest, macos-latest ]
steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
os: [ macos-10.15, macos-11, ubuntu-20.04 ]
rust: [ '1.52.1' ]
rust: [ '1.55.0' ]
binary_path: [ 'target/release' ]
steps:
- uses: actions/checkout@v1
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
# /home/runner/.cache/dfinity/versions/0.8.3-34-g36e39809/ic-starter:
# /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found
os: [ macos-10.15, macos-11, ubuntu-20.04 ]
rust: [ '1.52.1' ]
rust: [ '1.55.0' ]
steps:
- uses: actions/checkout@v1
- name: Download dfx binary
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
rust: [ '1.52.1' ]
rust: [ '1.55.0' ]
os: [ ubuntu-latest ]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
rust: [ '1.52.1', '1.55.0' ]
rust: [ '1.55.0' ]
os: [ ubuntu-latest, macos-latest ]

steps:
Expand Down
2 changes: 1 addition & 1 deletion scripts/workflows/e2e-matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def test_scripts(prefix):
'test': test,
'backend': [ 'ic-ref', 'replica' ],
'os': [ 'macos-11', 'ubuntu-20.04' ],
'rust': [ '1.52.1' ]
'rust': [ '1.55.0' ]
}

print(json.dumps(matrix))