mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-02 14:03:06 +00:00
Bump to macos-15 in GitHub ci workflow (#3620)
This commit is contained in:
parent
a6710b4995
commit
7e3617cd48
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -54,9 +54,9 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-22.04, macos-13]
|
os: [ubuntu-22.04, macos-15]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
timeout-minutes: 60
|
timeout-minutes: 45
|
||||||
|
|
||||||
name: build-${{ matrix.os }}
|
name: build-${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
@ -92,9 +92,9 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-22.04, macos-13]
|
os: [ubuntu-22.04, macos-15]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
timeout-minutes: 60
|
timeout-minutes: 45
|
||||||
|
|
||||||
name: test-${{ matrix.os }}
|
name: test-${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
4
.github/workflows/pre-release.yml
vendored
4
.github/workflows/pre-release.yml
vendored
@ -34,10 +34,10 @@ jobs:
|
|||||||
needs: tag-name
|
needs: tag-name
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-22.04, macos-13]
|
os: [ubuntu-22.04, macos-15]
|
||||||
arch: [amd64]
|
arch: [amd64]
|
||||||
include:
|
include:
|
||||||
- os: macos-13
|
- os: macos-15
|
||||||
arch: arm64
|
arch: arm64
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
4
.github/workflows/release-assets.yml
vendored
4
.github/workflows/release-assets.yml
vendored
@ -14,10 +14,10 @@ jobs:
|
|||||||
build-and-upload:
|
build-and-upload:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-22.04, macos-13]
|
os: [ubuntu-22.04, macos-15]
|
||||||
arch: [amd64]
|
arch: [amd64]
|
||||||
include:
|
include:
|
||||||
- os: macos-13
|
- os: macos-15
|
||||||
arch: arm64
|
arch: arm64
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
timeout-minutes: 60
|
timeout-minutes: 60
|
||||||
|
|||||||
@ -18,6 +18,7 @@ import
|
|||||||
factory/waku_conf,
|
factory/waku_conf,
|
||||||
factory/conf_builder/conf_builder,
|
factory/conf_builder/conf_builder,
|
||||||
factory/builder,
|
factory/builder,
|
||||||
|
common/logging,
|
||||||
],
|
],
|
||||||
./common
|
./common
|
||||||
|
|
||||||
@ -72,6 +73,8 @@ proc newTestWakuNode*(
|
|||||||
clusterId = DefaultClusterId,
|
clusterId = DefaultClusterId,
|
||||||
subscribeShards = @[DefaultShardId],
|
subscribeShards = @[DefaultShardId],
|
||||||
): WakuNode =
|
): WakuNode =
|
||||||
|
logging.setupLog(logging.LogLevel.DEBUG, logging.LogFormat.TEXT)
|
||||||
|
|
||||||
var resolvedExtIp = extIp
|
var resolvedExtIp = extIp
|
||||||
|
|
||||||
# Update extPort to default value if it's missing and there's an extIp or a DNS domain
|
# Update extPort to default value if it's missing and there's an extIp or a DNS domain
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user