Skip to content

Commit

Permalink
Try Ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Stolz committed Sep 26, 2024
1 parent 3175264 commit 62ea3d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:

steps:
- name: Set up environment for OpenSSL
if: matrix.os == 'ubuntu-latest'
if: matrix.os == 'ubuntu-22.04'
run: sudo apt-get update && sudo apt-get install -y libssl-dev pkg-config

- name: Checkout source
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 62ea3d7

Please sign in to comment.