use ubuntu-24.04

This commit is contained in:
Yasuhiro Matsumoto
2024-07-29 22:52:46 +09:00
committed by fiatjaf_
parent 4f71918311
commit 53ff9019d6

View File

@@ -5,7 +5,9 @@ on:
jobs:
test:
runs-on: ubuntu-latest
# temporary using newest ubuntu instead of ubuntu-latest since
# libsecp256k1-dev does not have secp256k1_schnorrsig_sign32 in jammy
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4