mirror of
https://github.com/nbd-wtf/go-nostr.git
synced 2025-08-25 21:21:57 +02:00
use ubuntu-24.04
This commit is contained in:
committed by
fiatjaf_
parent
4f71918311
commit
53ff9019d6
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user