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:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-22.04, macos-13]
|
||||
os: [ubuntu-22.04, macos-15]
|
||||
runs-on: ${{ matrix.os }}
|
||||
timeout-minutes: 60
|
||||
timeout-minutes: 45
|
||||
|
||||
name: build-${{ matrix.os }}
|
||||
steps:
|
||||
@ -92,9 +92,9 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-22.04, macos-13]
|
||||
os: [ubuntu-22.04, macos-15]
|
||||
runs-on: ${{ matrix.os }}
|
||||
timeout-minutes: 60
|
||||
timeout-minutes: 45
|
||||
|
||||
name: test-${{ matrix.os }}
|
||||
steps:
|
||||
|
||||
4
.github/workflows/pre-release.yml
vendored
4
.github/workflows/pre-release.yml
vendored
@ -34,10 +34,10 @@ jobs:
|
||||
needs: tag-name
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-22.04, macos-13]
|
||||
os: [ubuntu-22.04, macos-15]
|
||||
arch: [amd64]
|
||||
include:
|
||||
- os: macos-13
|
||||
- os: macos-15
|
||||
arch: arm64
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
|
||||
4
.github/workflows/release-assets.yml
vendored
4
.github/workflows/release-assets.yml
vendored
@ -14,10 +14,10 @@ jobs:
|
||||
build-and-upload:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-22.04, macos-13]
|
||||
os: [ubuntu-22.04, macos-15]
|
||||
arch: [amd64]
|
||||
include:
|
||||
- os: macos-13
|
||||
- os: macos-15
|
||||
arch: arm64
|
||||
runs-on: ${{ matrix.os }}
|
||||
timeout-minutes: 60
|
||||
|
||||
@ -18,6 +18,7 @@ import
|
||||
factory/waku_conf,
|
||||
factory/conf_builder/conf_builder,
|
||||
factory/builder,
|
||||
common/logging,
|
||||
],
|
||||
./common
|
||||
|
||||
@ -72,6 +73,8 @@ proc newTestWakuNode*(
|
||||
clusterId = DefaultClusterId,
|
||||
subscribeShards = @[DefaultShardId],
|
||||
): WakuNode =
|
||||
logging.setupLog(logging.LogLevel.DEBUG, logging.LogFormat.TEXT)
|
||||
|
||||
var resolvedExtIp = extIp
|
||||
|
||||
# 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