GitHub actions: add macos-intel, target macos-15 and rename amd64 to x64

This commit is contained in:
Thomas Farstrike
2026-03-24 17:58:23 +01:00
parent bf803b5020
commit d340dd11a5
3 changed files with 107 additions and 6 deletions
+3 -3
View File
@@ -70,13 +70,13 @@ jobs:
- name: Build LVGL MicroPython for unix
run: |
./scripts/build_mpos.sh unix
cp lvgl_micropython/build/lvgl_micropy_unix lvgl_micropython/build/MicroPythonOS_amd64_linux_${{ steps.version.outputs.OS_VERSION }}.elf
cp lvgl_micropython/build/lvgl_micropy_unix lvgl_micropython/build/MicroPythonOS_x64_linux_${{ steps.version.outputs.OS_VERSION }}.elf
- name: Upload built binary as artifact
uses: actions/upload-artifact@v4
with:
name: MicroPythonOS_amd64_linux_${{ steps.version.outputs.OS_VERSION }}.elf
path: lvgl_micropython/build/MicroPythonOS_amd64_linux_${{ steps.version.outputs.OS_VERSION }}.elf
name: MicroPythonOS_x64_linux_${{ steps.version.outputs.OS_VERSION }}.elf
path: lvgl_micropython/build/MicroPythonOS_x64_linux_${{ steps.version.outputs.OS_VERSION }}.elf
retention-days: 7
- name: Run syntax tests on unix