Skip to content

Commit

Permalink
fix and update CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
RCasatta committed Jan 20, 2025
1 parent 3a83308 commit 615d568
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_electrs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-18.04, macos-11]
os: [ubuntu-24.04, macos-15]
env:
ELECTRS_COMMIT: "a33e97e1a1fc63fa9c20a116bb92579bbf43b254"

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/cont_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
strategy:
matrix:
os: ["macos-12", "ubuntu-22.04", "windows-2022"]
os: ["macos-14", "ubuntu-24.04", "windows-2022"]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:

test-electrs-esplora:
name: Test Electrs Esplora
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
env:
CARGO_TERM_COLOR: always
strategy:
Expand All @@ -59,7 +59,7 @@ jobs:

test-electrs-no-download:
name: Test Electrs no auto-download features
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
env:
CARGO_TERM_COLOR: always
ELECTRS_EXEC: "/home/runner/.cargo-install/electrs/bin/electrs"
Expand All @@ -74,10 +74,10 @@ jobs:
- name: Checkout Crate
uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2
- run: cargo test --features 'bitcoind/25_0'
- run: cargo test --features 'corepc-node/25_0'

cosmetics:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2
Expand Down

0 comments on commit 615d568

Please # to comment.