Skip to content

Commit 1421c3e

Browse files
committed
[awg]
1 parent 1c49b37 commit 1421c3e

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/build_awg_ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66

77
Build-WG-iOS:
88
name: 'AmneziaWG for iOS'
9-
runs-on: macos-12
9+
runs-on: macos-13
1010
if: |
1111
contains(github.event.head_commit.message, '[all]') ||
1212
contains(github.event.head_commit.message, '[ios]') ||

.github/workflows/build_awg_macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66

77
Build-AWG-MacOS:
88
name: 'AmneziaWG for MacOS'
9-
runs-on: macos-11
9+
runs-on: macos-13
1010
if: |
1111
contains(github.event.head_commit.message, '[all]') ||
1212
contains(github.event.head_commit.message, '[macos]') ||

.github/workflows/build_libssh_ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313

1414
jobs:
1515
Build-LibSSH-MacOS:
16-
runs-on: macos-12
16+
runs-on: macos-13
1717
if: |
1818
contains(github.event.head_commit.message, '[all]') ||
1919
contains(github.event.head_commit.message, '[ios]') ||

.github/workflows/build_openssl_macos_ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
matrix:
1111
ssllib: [ 3.0.13 ]
1212

13-
runs-on: macos-12
13+
runs-on: macos-13
1414
if: |
1515
contains(github.event.head_commit.message, '[all]') ||
1616
contains(github.event.head_commit.message, '[macos]') ||

.github/workflows/build_openvpn_macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
matrix:
1111
ssllib: [ openssl30 ]
1212
build: [ normal, asan ]
13-
os: [macos-11, macos-12]
13+
os: [macos-13]
1414
arch: [x86_64] #, arm64]
1515
include:
1616
- build: asan
@@ -144,7 +144,7 @@ jobs:
144144
strategy:
145145
fail-fast: false
146146
matrix:
147-
os: [macos-12]
147+
os: [macos-13]
148148
arch: [x86_64] #, arm64]
149149

150150

0 commit comments

Comments
 (0)