Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: willnode/system-interface
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: bytecodealliance/system-interface
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on May 14, 2026

  1. ci: fix various issues with GitHub Actions (bytecodealliance#47)

    * ci: add libglib2.0-dev for QEMU aarch64 build
    
    The aarch64-ubuntu CI job builds QEMU 6.1.0 from source, but its
    configure step requires glib-2.56/gthread-2.0. The apt-get install was
    missing libglib2.0-dev, causing the build to fail with:
    
      ERROR: glib-2.56 gthread-2.0 is required to compile QEMU
    
    * ci: use macos-14 instead of macos-13
    
    macos-13 is not supported on GitHub Actions any more,
    so this bumps to macos-14 instead.
    
    * ci: use ubuntu-22.04 instead of ubuntu-20.04
    
    Ubuntu 20.04 is no longer supported by GitHub Actions.
    
    * ci: use windows-2022 instead of windows-2019
    
    Windows 2019 is no longer supported by GitHub Actions.
    
    See actions/runner-images#12045.
    sd2k authored May 14, 2026
    Configuration menu
    Copy the full SHA
    675e2e1 View commit details
    Browse the repository at this point in the history
Loading