Skip to content

Commit 75964a9

Browse files
committed
CI: run on ubuntu-latest.
1 parent 0fc4967 commit 75964a9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ jobs:
218218
run: '"%MSBUILD_PATH%\MSBuild.exe" examples/example_win32_directx12/example_win32_directx12.vcxproj /p:Platform=x64 /p:Configuration=Release'
219219

220220
Linux:
221-
runs-on: ubuntu-24.04
221+
runs-on: ubuntu-latest
222222
steps:
223223
- uses: actions/checkout@v4
224224

@@ -516,7 +516,7 @@ jobs:
516516
xcodebuild -project examples/example_apple_metal/example_apple_metal.xcodeproj -target example_apple_metal_ios CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO
517517
518518
Emscripten:
519-
runs-on: ubuntu-24.04
519+
runs-on: ubuntu-latest
520520
steps:
521521
- uses: actions/checkout@v4
522522

@@ -557,7 +557,7 @@ jobs:
557557
cmake --build build
558558
559559
Android:
560-
runs-on: ubuntu-24.04
560+
runs-on: ubuntu-latest
561561
steps:
562562
- uses: actions/checkout@v4
563563

.github/workflows/static-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
PVS-Studio:
13-
runs-on: ubuntu-22.04
13+
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4
1616
with:

0 commit comments

Comments
 (0)