File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2020 { config: Release, platform: x64, bindir: 'win64_vs2019' },
2121 ]
2222 name : msvc-${{ matrix.config }}-${{ matrix.platform }}
23- runs-on : windows-2019
23+ runs-on : windows-2022
2424 steps :
2525 - name : Checkout bgfx
2626 uses : actions/checkout@v3
6161 { msystem: CLANG64, project: 'mingw-clang', bindir: 'win64_mingw-clang' },
6262 ]
6363 name : mingw-${{ matrix.msystem }}
64- runs-on : windows-latest
64+ runs-on : windows-2022
6565 steps :
6666 - name : Checkout bgfx
6767 uses : actions/checkout@v3
@@ -106,7 +106,7 @@ jobs:
106106 { config: release, binsuffix: Release },
107107 ]
108108 name : linux-gcc-${{ matrix.config }}64
109- runs-on : ubuntu-22 .04
109+ runs-on : ubuntu-24 .04
110110 steps :
111111 - name : Checkout bgfx
112112 uses : actions/checkout@v3
@@ -143,7 +143,7 @@ jobs:
143143 { config: release, binsuffix: Release },
144144 ]
145145 name : osx-x64-${{ matrix.config }}
146- runs-on : macos-latest
146+ runs-on : macos-14
147147 steps :
148148 - name : Checkout bgfx
149149 uses : actions/checkout@v3
@@ -178,7 +178,7 @@ jobs:
178178 { platform: arm64 },
179179 ]
180180 name : android-${{ matrix.platform }}
181- runs-on : ubuntu-22 .04
181+ runs-on : ubuntu-24 .04
182182 steps :
183183 - uses : nttld/setup-ndk@v1
184184 id : setup-ndk
You can’t perform that action at this time.
0 commit comments