Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update workflows #953

Merged
merged 7 commits into from May 19, 2023
Merged

Update workflows #953

merged 7 commits into from May 19, 2023

Commits on May 19, 2023

  1. linux.yml: Run on ubuntu-latest

    The ubuntu-latest label currently uses the Ubuntu 22.04 runner image.
    HolyWu committed May 19, 2023
    Configuration menu
    Copy the full SHA
    cec3d7e View commit details
    Browse the repository at this point in the history
  2. linux.yml: Installing GCC 12 is unnecessary

    GCC 12 is already preinstalled on the runner.
    
    Also only use GCC 12 for building test.
    HolyWu committed May 19, 2023
    Configuration menu
    Copy the full SHA
    017ac4d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    820921d View commit details
    Browse the repository at this point in the history
  4. macos.yml: Use Clang/LLVM 15

    HolyWu committed May 19, 2023
    Configuration menu
    Copy the full SHA
    b35223e View commit details
    Browse the repository at this point in the history
  5. workflows: Upgrade setup-python to v4

    PKG_CONFIG_PATH environment variable is set since v4, so manual setting is unnecessary now.
    HolyWu committed May 19, 2023
    Configuration menu
    Copy the full SHA
    5460c59 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f96972e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2ee4025 View commit details
    Browse the repository at this point in the history