Skip to content

Commit 11eaf07

Browse files
committed
fix macos build? [skip appveyor]
1 parent a3272e4 commit 11eaf07

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/MacOS_build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313
jobs:
1414
build:
1515
if: "!contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[ds only]') && !contains(github.event.head_commit.message, '[lin only]') && !contains(github.event.head_commit.message, '[win only]')"
16-
runs-on: macos-12
16+
runs-on: macos-13
1717

1818
steps:
1919
- uses: actions/checkout@v3

docs/pages/todo/brainstorm_now.md

+8
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ permalink: brainstorm_now
66
summary: That which we are brainstorming at the moment.
77
---
88

9+
- no bs: use webrtc for all connections behind nat
10+
- pros:
11+
- simplifies nat traversal code
12+
- especially that dumbass shit in work.cpp
13+
- we can leave stun detection for host a server menu, just make sure to unbind this shit
14+
- is more bulletproof
15+
-
16+
917
- optimize maps since they're downloaded so much
1018
- fix bogosbinted?
1119
- major: remove/audit get<>

0 commit comments

Comments
 (0)