Skip to content

Commit

Permalink
Use latest NDK (with new lld) for Win32 CI builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
saurik committed Jul 18, 2024
1 parent 85c7c12 commit 249fe25
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,13 @@ jobs:



# XXX: ubuntu-latest defaults to r25c NDK
# bumping to ubuntu-24.04 was easiest fix


build-win-app:
needs: [cache-submodule]
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v4
Expand All @@ -171,7 +175,7 @@ jobs:

build-win-snd:
needs: [cache-submodule]
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v4
Expand All @@ -190,7 +194,7 @@ jobs:

build-win-cli:
needs: [cache-submodule]
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v4
Expand All @@ -207,6 +211,7 @@ jobs:
path: cli-shared/out-win/x86_64/orchidcd.exe



build-win-srv:
needs: [cache-submodule]
runs-on: macos-13
Expand Down

0 comments on commit 249fe25

Please sign in to comment.