Commit 83f0067 1 parent 03a1cfd commit 83f0067 Copy full SHA for 83f0067
File tree 2 files changed +12
-12
lines changed
2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -17,26 +17,26 @@ jobs:
17
17
strategy :
18
18
fail-fast : false
19
19
matrix :
20
- os : [ubuntu-20.04, macos-12 , windows-2019]
20
+ os : [ubuntu-20.04, macos-13 , windows-2019]
21
21
install_mdns : [false, true]
22
22
use_conan : [true]
23
23
force_cpprest_asio : [false]
24
24
dns_sd_mode : [multicast, unicast]
25
25
enable_authorization : [false, true]
26
26
exclude :
27
27
# install_mdns is only meaningful on Linux
28
- - os : macos-12
28
+ - os : macos-13
29
29
enable_authorization : false
30
30
- os : windows-2019
31
31
enable_authorization : false
32
32
- os : ubuntu-20.04
33
33
enable_authorization : false
34
- - os : macos-12
34
+ - os : macos-13
35
35
install_mdns : true
36
36
- os : windows-2019
37
37
install_mdns : true
38
38
# for now, unicast DNS-SD tests are only implemented on Linux
39
- - os : macos-12
39
+ - os : macos-13
40
40
dns_sd_mode : unicast
41
41
- os : windows-2019
42
42
dns_sd_mode : unicast
@@ -618,8 +618,8 @@ jobs:
618
618
619
619
- name : make badges
620
620
run : |
621
- # combine badges from all builds, exclude macos-12
622
- ${{ github.workspace }}/Sandbox/make_badges.sh ${{ github.workspace }} ${{ runner.workspace }}/artifacts macos-12_auth macos-12_noauth
621
+ # combine badges from all builds, exclude macos-13
622
+ ${{ github.workspace }}/Sandbox/make_badges.sh ${{ github.workspace }} ${{ runner.workspace }}/artifacts macos-13_auth macos-13_noauth
623
623
624
624
# force push to github onto an orphan 'badges' branch
625
625
cd ${{ github.workspace }}
Original file line number Diff line number Diff line change @@ -17,26 +17,26 @@ jobs:
17
17
strategy :
18
18
fail-fast : false
19
19
matrix :
20
- os : [ubuntu-20.04, macos-12 , windows-2019]
20
+ os : [ubuntu-20.04, macos-13 , windows-2019]
21
21
install_mdns : [false, true]
22
22
use_conan : [true]
23
23
force_cpprest_asio : [false]
24
24
dns_sd_mode : [multicast, unicast]
25
25
enable_authorization : [false, true]
26
26
exclude :
27
27
# install_mdns is only meaningful on Linux
28
- - os : macos-12
28
+ - os : macos-13
29
29
enable_authorization : false
30
30
- os : windows-2019
31
31
enable_authorization : false
32
32
- os : ubuntu-20.04
33
33
enable_authorization : false
34
- - os : macos-12
34
+ - os : macos-13
35
35
install_mdns : true
36
36
- os : windows-2019
37
37
install_mdns : true
38
38
# for now, unicast DNS-SD tests are only implemented on Linux
39
- - os : macos-12
39
+ - os : macos-13
40
40
dns_sd_mode : unicast
41
41
- os : windows-2019
42
42
dns_sd_mode : unicast
@@ -132,8 +132,8 @@ jobs:
132
132
133
133
- name : make badges
134
134
run : |
135
- # combine badges from all builds, exclude macos-12
136
- ${{ github.workspace }}/Sandbox/make_badges.sh ${{ github.workspace }} ${{ runner.workspace }}/artifacts macos-12_auth macos-12_noauth
135
+ # combine badges from all builds, exclude macos-13
136
+ ${{ github.workspace }}/Sandbox/make_badges.sh ${{ github.workspace }} ${{ runner.workspace }}/artifacts macos-13_auth macos-13_noauth
137
137
138
138
# force push to github onto an orphan 'badges' branch
139
139
cd ${{ github.workspace }}
You can’t perform that action at this time.
0 commit comments