mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-14 11:51:19 +00:00
chore: use ubuntu 24.04 for online tests
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -434,7 +434,7 @@ jobs:
|
|||||||
|
|
||||||
build-linux-online:
|
build-linux-online:
|
||||||
# Run pytest with "live" checks
|
# Run pytest with "live" checks
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -410,7 +410,6 @@ EXCHANGES = {
|
|||||||
},
|
},
|
||||||
"htx": {
|
"htx": {
|
||||||
"pair": "ETH/BTC",
|
"pair": "ETH/BTC",
|
||||||
"use_ci_proxy": True,
|
|
||||||
"stake_currency": "BTC",
|
"stake_currency": "BTC",
|
||||||
"hasQuoteVolume": True,
|
"hasQuoteVolume": True,
|
||||||
"timeframe": "1h",
|
"timeframe": "1h",
|
||||||
|
|||||||
Reference in New Issue
Block a user