Skip to content

Remove macOS and Windows CI builds, keep only Ubuntu#9

Merged
hikarin522 merged 2 commits into
masterfrom
copilot/fix-8
Jul 26, 2025
Merged

Remove macOS and Windows CI builds, keep only Ubuntu#9
hikarin522 merged 2 commits into
masterfrom
copilot/fix-8

Conversation

Copilot AI commented Jul 26, 2025

Copy link
Copy Markdown
Contributor

This PR simplifies the CI configuration by removing macOS and Windows build checks as requested, keeping only Ubuntu builds with GCC and Clang compilers.

Changes Made

  • Simplified build matrix: Removed windows-latest and macos-latest from the OS matrix, keeping only ubuntu-latest
  • Removed MSVC compiler: No longer included since Windows builds are removed
  • Consolidated environment setup: Single Ubuntu setup step instead of OS-specific conditionals
  • Removed Windows-specific dependencies: Eliminated vcpkg and Windows Boost installation steps
  • Simplified compilation and test execution: Removed OS-specific logic and conditional file extensions
  • Updated documentation: Modified .github/CI-README.md to reflect the Ubuntu-only setup

Impact

The CI workflow is now significantly simpler while maintaining comprehensive compiler coverage:

  • Before: 3 operating systems × 2-3 compilers = 7 build jobs
  • After: 1 operating system × 2 compilers = 2 build jobs

This reduces CI resource usage and complexity while still validating the header-only C++ library with both major compiler families (GCC and Clang). The existing code quality checks (format validation and header independence) remain unchanged and continue to run on Ubuntu.

Fixes #8.

Warning

Firewall rules blocked me from connecting to one or more addresses

I tried to connect to the following addresses, but was blocked by firewall rules:

  • esm.ubuntu.com
    • Triggering command: /usr/lib/apt/methods/https (dns block)
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (dns block)

If you need me to access, download, or install something from one of these locations, you can either:


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: hikarin522 <7986594+hikarin522@users.noreply.github.com>
Copilot AI changed the title [WIP] fix ci Remove macOS and Windows CI builds, keep only Ubuntu Jul 26, 2025
Copilot AI requested a review from hikarin522 July 26, 2025 12:45
@hikarin522 hikarin522 marked this pull request as ready for review July 26, 2025 13:21
@hikarin522 hikarin522 merged commit 1e7f226 into master Jul 26, 2025
4 of 8 checks passed
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.

fix ci

2 participants