Skip to content

Commit 304a192

Browse files
committed
chore: replace testing branches with master
1 parent 45f3a06 commit 304a192

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/build_awg_android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/checkout@v4
3838
with:
3939
repository: amnezia-vpn/amneziawg-android
40-
ref: feature/awg-1.5
40+
ref: master
4141
path: android/amneziawg-android
4242
submodules: true
4343

.github/workflows/build_awg_ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/checkout@v4
3232
with:
3333
repository: amnezia-vpn/amneziawg-apple
34-
ref: feature/awg-1.5
34+
ref: master
3535
path: awg-apple
3636

3737
- name: 'Build WG'

.github/workflows/build_awg_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v4
2020
with:
2121
repository: amnezia-vpn/amneziawg-go
22-
ref: v0.2.13-beta-awg-1.5-fix6
22+
ref: master
2323
path: amneziawg-go
2424

2525
- name: 'Run build script'

.github/workflows/build_awg_macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v4
2020
with:
2121
repository: amnezia-vpn/amneziawg-go
22-
ref: v0.2.13-beta-awg-1.5-fix6
22+
ref: master
2323
path: amneziawg-go
2424

2525
- name: 'Setup Go'

.github/workflows/build_awg_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v4
1818
with:
1919
repository: amnezia-vpn/amneziawg-windows
20-
ref: feature/awg-1.5
20+
ref: master
2121
path: windows/wireguard-windows
2222

2323
- name: 'Build WireGuard binary'

0 commit comments

Comments
 (0)