You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
GitHub actions: add macos-intel, target macos-15 and rename amd64 to x64
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user