Skip to content

Commit 83f0067

Browse files
Upgrade macos from -12 to -13
1 parent 03a1cfd commit 83f0067

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.github/workflows/build-test.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -17,26 +17,26 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
os: [ubuntu-20.04, macos-12, windows-2019]
20+
os: [ubuntu-20.04, macos-13, windows-2019]
2121
install_mdns: [false, true]
2222
use_conan: [true]
2323
force_cpprest_asio: [false]
2424
dns_sd_mode: [multicast, unicast]
2525
enable_authorization: [false, true]
2626
exclude:
2727
# install_mdns is only meaningful on Linux
28-
- os: macos-12
28+
- os: macos-13
2929
enable_authorization: false
3030
- os: windows-2019
3131
enable_authorization: false
3232
- os: ubuntu-20.04
3333
enable_authorization: false
34-
- os: macos-12
34+
- os: macos-13
3535
install_mdns: true
3636
- os: windows-2019
3737
install_mdns: true
3838
# for now, unicast DNS-SD tests are only implemented on Linux
39-
- os: macos-12
39+
- os: macos-13
4040
dns_sd_mode: unicast
4141
- os: windows-2019
4242
dns_sd_mode: unicast
@@ -618,8 +618,8 @@ jobs:
618618

619619
- name: make badges
620620
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
623623
624624
# force push to github onto an orphan 'badges' branch
625625
cd ${{ github.workspace }}

.github/workflows/src/build-test.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -17,26 +17,26 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
os: [ubuntu-20.04, macos-12, windows-2019]
20+
os: [ubuntu-20.04, macos-13, windows-2019]
2121
install_mdns: [false, true]
2222
use_conan: [true]
2323
force_cpprest_asio: [false]
2424
dns_sd_mode: [multicast, unicast]
2525
enable_authorization: [false, true]
2626
exclude:
2727
# install_mdns is only meaningful on Linux
28-
- os: macos-12
28+
- os: macos-13
2929
enable_authorization: false
3030
- os: windows-2019
3131
enable_authorization: false
3232
- os: ubuntu-20.04
3333
enable_authorization: false
34-
- os: macos-12
34+
- os: macos-13
3535
install_mdns: true
3636
- os: windows-2019
3737
install_mdns: true
3838
# for now, unicast DNS-SD tests are only implemented on Linux
39-
- os: macos-12
39+
- os: macos-13
4040
dns_sd_mode: unicast
4141
- os: windows-2019
4242
dns_sd_mode: unicast
@@ -132,8 +132,8 @@ jobs:
132132

133133
- name: make badges
134134
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
137137
138138
# force push to github onto an orphan 'badges' branch
139139
cd ${{ github.workspace }}

0 commit comments

Comments
 (0)