Skip to content

Commit

Permalink
Check more recent ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Jul 25, 2024
1 parent 7df005d commit 6919509
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,15 @@ jobs:
- uses: actions/checkout@v4

# Lair Keystore
- name: Check Lair Keystore for x86_64-unknown-linux-gnu
- name: Check Lair Keystore
run: |
gh release download ${{ inputs.check-tag }} --pattern 'lair-keystore-x86_64-linux' --repo holochain/holochain
./lair-keystore-x86_64-linux --version
check-ubuntu-24-04:
runs-on: ubuntu-24.04
steps:
- name: Check Lair Keystore
run: |
gh release download ${{ inputs.check-tag }} --pattern 'lair-keystore-x86_64-linux' --repo holochain/holochain
./lair-keystore-x86_64-linux --version

0 comments on commit 6919509

Please sign in to comment.