Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
build-macos-x64:

name: Build on MacOS x86_64
runs-on: macos-latest
runs-on: macos-14
needs: source

steps:
Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:
build-macos-arm:

name: Build on MacOS arm64
runs-on: macos-latest
runs-on: macos-14
needs: source

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/native-binary-build-lib.profiler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ jobs:
build-windows:

name: Build on Windows
runs-on: windows-latest
runs-on: windows-2022
needs: source

steps:
Expand Down Expand Up @@ -261,7 +261,7 @@ jobs:
build-macos:

name: Build on MacOS
runs-on: macos-latest
runs-on: macos-14
needs: source

steps:
Expand Down
Loading