1818 name : Test
1919 strategy :
2020 matrix :
21- os : [ubuntu-latest, macos-12 , windows-latest]
21+ os : [ubuntu-latest, macos-15 , windows-latest]
2222 runs-on : ${{ matrix.os }}
2323 steps :
2424 - uses : actions/checkout@v4
@@ -35,12 +35,12 @@ jobs:
3535 runs-on : ${{ matrix.os }}
3636 strategy :
3737 matrix :
38- os : [ubuntu-latest, macos-12 , windows-latest]
38+ os : [ubuntu-latest, macos-15 , windows-latest]
3939 include :
4040 - os : ubuntu-latest
4141 EXE : vox
4242 PLATFORM : linux-x64
43- - os : macos-12
43+ - os : macos-15
4444 EXE : vox
4545 PLATFORM : macos-x64
4646 - os : windows-latest
@@ -70,12 +70,12 @@ jobs:
7070 runs-on : ${{ matrix.os }}
7171 strategy :
7272 matrix :
73- os : [ubuntu-latest, macos-12 , windows-latest]
73+ os : [ubuntu-latest, macos-15 , windows-latest]
7474 include :
7575 - os : ubuntu-latest
7676 EXE : vox
7777 PLATFORM : linux-x64
78- - os : macos-12
78+ - os : macos-15
7979 EXE : vox
8080 PLATFORM : macos-x64
8181 - os : windows-latest
@@ -106,12 +106,12 @@ jobs:
106106 runs-on : ${{ matrix.os }}
107107 strategy :
108108 matrix :
109- os : [ubuntu-latest, macos-12 , windows-latest]
109+ os : [ubuntu-latest, macos-15 , windows-latest]
110110 include :
111111 - os : ubuntu-latest
112112 DLL : libvox.so
113113 PLATFORM : linux-x64
114- - os : macos-12
114+ - os : macos-15
115115 DLL : libvox.dylib
116116 PLATFORM : macos-x64
117117 - os : windows-latest
@@ -139,12 +139,12 @@ jobs:
139139 runs-on : ${{ matrix.os }}
140140 strategy :
141141 matrix :
142- os : [ubuntu-latest, macos-12 , windows-latest]
142+ os : [ubuntu-latest, macos-15 , windows-latest]
143143 include :
144144 - os : ubuntu-latest
145145 DLL : libvox.so
146146 PLATFORM : linux-x64
147- - os : macos-12
147+ - os : macos-15
148148 DLL : libvox.dylib
149149 PLATFORM : macos-x64
150150 - os : windows-latest
0 commit comments