diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2023-02-14 21:20:41 -0500 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2023-02-14 21:20:41 -0500 |
commit | 28e58a57050453e2d8b2dadb6c0f505e3adfc19a (patch) | |
tree | 34d4077795dc049d8389d8ce5cbd58eed1d35663 | |
parent | a70cca6182285a5e612f6186026a92e37659c38b (diff) | |
download | lite-xl-plugin-manager-28e58a57050453e2d8b2dadb6c0f505e3adfc19a.tar.gz lite-xl-plugin-manager-28e58a57050453e2d8b2dadb6c0f505e3adfc19a.zip |
Changed names.
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f86e34e..9b12487 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,7 +54,7 @@ jobs: fi build_macos: - needs: build_linux_windows + needs: build_linux_android_windows runs-on: macos-11 env: CC: clang |