Skip to content

Fix: switched runner image versions to latest#216

Merged
itay-grudev merged 4 commits into
masterfrom
fix/runner-versions
May 26, 2026
Merged

Fix: switched runner image versions to latest#216
itay-grudev merged 4 commits into
masterfrom
fix/runner-versions

Conversation

@itay-grudev
Copy link
Copy Markdown
Owner

@itay-grudev itay-grudev commented May 15, 2026

Because macos-13 is deprecated and Ubuntu 20.04 is EOL jobs can't run on GitHub Actions. This change keeps all the GitHub action platforms to latest to avoid this issue in the future. The Macos 15 is an exception, since it's the last GitHub Runner image that supports x86_64.

I need to understand what's the issue there and add support for it, but that's a separate problem.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the GitHub Actions CI runner images to avoid failures caused by deprecated/EOL hosted runners.

Changes:

  • Switch CI Linux runner from ubuntu-20.04 to ubuntu-latest.
  • Switch CI macOS runner from macos-13 to macos-15-intel.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@itay-grudev itay-grudev requested a review from jonaski May 25, 2026 17:41
@itay-grudev itay-grudev merged commit 8df3aba into master May 26, 2026
19 checks passed
@itay-grudev itay-grudev deleted the fix/runner-versions branch May 26, 2026 11:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants