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: swiftlang/github-workflows
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.0.5
Choose a base ref
...
head repository: swiftlang/github-workflows
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.0.6
Choose a head ref
  • 4 commits
  • 3 files changed
  • 4 contributors

Commits on Jan 15, 2026

  1. Fix crash in emulator launch in android-emulator-tests.sh (#223)

    * Wait briefly before starting to poll the emulator in android-emulator-tests.sh
    
    * Poll emulator with adb shell getprop sys.boot_completed and manually handle timeout
    
    * Remove unused workflow
    
    * Update adb check for sys.boot_completed
    
    * Update adb check for sys.boot_completed
    
    * Update adb check for sys.boot_completed
    
    * Update adb check for sys.boot_completed
    
    * Syntax cleanup in android-emulator-tests.sh
    marcprux authored Jan 15, 2026
    Configuration menu
    Copy the full SHA
    1ffcd38 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2026

  1. Install Python 3.9 on 6.1 and lower (#227)

    * Install Python 3.9 on 6.1 and lower
    
    The underlying Windows image has been updated to remove Python 3.9.
    Swift toolchains version 6.1 and lower require Python 3.9. Install it
    for these toolchains, and continue to install 3.10 for toolchains > 6.1.
    
    * Fixup whitespace lint issue
    plemarquand authored Jan 19, 2026
    Configuration menu
    Copy the full SHA
    6eb4e98 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2026

  1. Configuration menu
    Copy the full SHA
    7650d81 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2026

  1. Update default macOS label to Tahoe (#230)

    * Update default macOS to Tahoe
    
    Swiftlang’s self-hosted runners are now running on Tahoe.
    
    * Update the swift_package_test.yml workflows to use Tahoe
    shahmishal authored Jan 21, 2026
    Configuration menu
    Copy the full SHA
    a5ed4ea View commit details
    Browse the repository at this point in the history
Loading