Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheComputerGenie committed Oct 3, 2024
1 parent b8fd3f3 commit 915366b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-18.04, ubuntu-20.04]
os: [ubuntu-20.04, ubuntu-22.04]
steps:
- uses: actions/checkout@v1
- name: Install dependencies
Expand All @@ -24,4 +24,4 @@ jobs:
sudo make install
sudo ldconfig
- name: Build dpow client "iguana"
run: cd iguana && make
run: cd iguana && make

0 comments on commit 915366b

Please sign in to comment.