We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dd8a6b commit 3ab5860Copy full SHA for 3ab5860
.github/workflows/ci.yml
@@ -56,8 +56,8 @@ jobs:
56
strategy:
57
matrix:
58
include:
59
- - name: ubuntu-20.04.x86_64.stable.release
60
- os: ubuntu-20.04
+ - name: ubuntu-22.04.x86_64.stable.release
+ os: ubuntu-22.04
61
rust: stable
62
profile: release
63
features: -F release
.github/workflows/release-artifacts.yml
@@ -19,8 +19,8 @@ jobs:
19
20
21
22
- - build: ubuntu-20.04.x86_64
23
+ - build: ubuntu-22.04.x86_64
24
25
install_dependencies: |
26
sudo apt-get install zsh libboost-all-dev
0 commit comments