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 @@ -72,7 +72,7 @@ jobs:
source:

name: Build Source Zip
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:

Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
build-linux:

name: Build on Linux
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: source

steps:
Expand Down Expand Up @@ -227,7 +227,7 @@ jobs:
build-zip-with-build-artifacts:

name: Package Native Execution Libraries
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

# Only run when the platform specific builds are finished
needs: [build-linux, build-macos-x64, build-macos-arm]
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/native-binary-build-launcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
source:

name: Package Sources
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:

Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
build-linux:

name: Build with MinGW
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: source

steps:
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
build-zip-with-build-artifacts:

name: Package Binaries
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

# Only run when the platform specific builds are finished
needs: [build-linux]
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/native-binary-build-lib.profiler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
source:

name: Build source zip
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:

Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
build-linux:

name: Build on Linux
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: source

steps:
Expand Down Expand Up @@ -302,7 +302,7 @@ jobs:
build-zip-with-build-artifacts:

name: Package Profiler Libraries
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

# Only run when the platform specific builds are finished
needs: [build-linux, build-windows, build-macos]
Expand Down
Loading