Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build_awg_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: amnezia-vpn/amneziawg-android
ref: master
ref: v1.1.3
path: android/amneziawg-android
submodules: true

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_awg_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:

Build-WG-iOS:
name: 'AmneziaWG for iOS'
runs-on: macos-12
runs-on: macos-13
if: |
contains(github.event.head_commit.message, '[all]') ||
contains(github.event.head_commit.message, '[ios]') ||
Expand All @@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: amnezia-vpn/amneziawg-apple
ref: feature/xray-merge
ref: v1.0.0
path: awg-apple

- name: 'Build WG'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_awg_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:

Build-AWG-Linux:
name: 'AmneziaWG for Linux'
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
if: |
contains(github.event.head_commit.message, '[all]') ||
contains(github.event.head_commit.message, '[linux]') ||
Expand All @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: amnezia-vpn/amneziawg-go
ref: master
ref: v0.2.13
path: amneziawg-go

- name: 'Run build script'
Expand Down
10 changes: 8 additions & 2 deletions .github/workflows/build_awg_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:

Build-AWG-MacOS:
name: 'AmneziaWG for MacOS'
runs-on: macos-11
runs-on: macos-13
if: |
contains(github.event.head_commit.message, '[all]') ||
contains(github.event.head_commit.message, '[macos]') ||
Expand All @@ -19,9 +19,15 @@ jobs:
uses: actions/checkout@v4
with:
repository: amnezia-vpn/amneziawg-go
ref: master
ref: v0.2.13
path: amneziawg-go

- name: 'Setup Go'
uses: actions/setup-go@v4
with:
go-version: 1.24.4
cache-dependency-path: go.sum

- name: 'Run build script'
working-directory: amneziawg-go
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_awg_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: amnezia-vpn/amneziawg-windows
ref: master
ref: v0.1.5
path: windows/wireguard-windows

- name: 'Build WireGuard binary'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_libssh_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:

jobs:
Build-LibSSH-MacOS:
runs-on: macos-12
runs-on: macos-13
if: |
contains(github.event.head_commit.message, '[all]') ||
contains(github.event.head_commit.message, '[ios]') ||
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/build_libssh_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ env:
jobs:
build_arch:
runs-on: macos-latest
if: |
contains(github.event.head_commit.message, '[all]') ||
contains(github.event.head_commit.message, '[macos]') ||
contains(github.event.head_commit.message, '[macos-libssh]') ||
contains(github.event.head_commit.message, '[libssh]')
strategy:
matrix:
arch:
Expand Down Expand Up @@ -243,4 +248,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: libssh-fat
path: libssh-fat.zip
path: libssh-fat.zip
2 changes: 1 addition & 1 deletion .github/workflows/build_openssl_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on: [push]
jobs:
Build-Libs-Linux-Ubuntu:
name: 'Build-Libs-Linux-Ubuntu'
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
if: |
contains(github.event.head_commit.message, '[all]') ||
contains(github.event.head_commit.message, '[linux]') ||
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_openssl_macos_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
matrix:
ssllib: [ 3.0.13 ]

runs-on: macos-12
runs-on: macos-13
if: |
contains(github.event.head_commit.message, '[all]') ||
contains(github.event.head_commit.message, '[macos]') ||
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_openvpn_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push]
jobs:
Build-OpenVPN-Linux:
name: 'Build-OpenVPN-Ubuntu'
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
if: |
contains(github.event.head_commit.message, '[all]') ||
contains(github.event.head_commit.message, '[linux]') ||
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:

Build-OpenVPN3-Linux:
name: 'Build-OpenVPN3-Ubuntu'
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04

if: |
contains(github.event.head_commit.message, '[all]') ||
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_openvpn_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
matrix:
ssllib: [ openssl30 ]
build: [ normal, asan ]
os: [macos-11, macos-12]
os: [macos-13]
arch: [x86_64] #, arm64]
include:
- build: asan
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-12]
os: [macos-13]
arch: [x86_64] #, arm64]


Expand Down
Loading