Skip to content

Commit

Permalink
Merge pull request #199 from Kiln-AI/linux_libc
Browse files Browse the repository at this point in the history
Specify older ubuntu builder for desktop, to link against older libc
  • Loading branch information
scosman authored Feb 18, 2025
2 parents 99853f4 + 99e0d01 commit d78563e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
# macos-latest is for arm64 build, macos-13 is for x86_64
include:
- os: windows-latest
- os: macos-latest # arm64
- os: macos-13 # x86_64
- os: ubuntu-latest # x86_64 (no arm64 support on GH Actions yet)
- os: ubuntu-22.04-arm # arm build
- os: macos-latest # arm64 macOS
- os: macos-13 # x86_64 macOS
- os: ubuntu-20.04 # x86_64 linux, oldest GH runner, for older libc, for maximal compatibility
- os: ubuntu-22.04-arm # arm linux build

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit d78563e

Please sign in to comment.