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

GitHub CI: Update the OS matrix and rename YAML file #17

Merged
merged 2 commits into from
Sep 17, 2024

Commits on Sep 16, 2024

  1. GitHub CI: Update the OS matrix and rename YAML file

    Add ubuntu-24.04, remove macos-11, and add macos-14.
    The Action versions (e.g. checkout@v4) are up to date.
    Renamed the CI YAML file to indicate that it is the top-level CI file
    (matching the naming structure used in the BSC repo).
    quark17 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    7f04cbb View commit details
    Browse the repository at this point in the history
  2. GitHub CI: On macOS, install texlive instead of mactex-no-gui

    This saves disk space and appears to run faster as well.
    It works around an issue with GitHub's macos-14 runner image,
    that has less free disk space due to more software being installed
    in the recent release (see actions/runner-images issue 10511).
    quark17 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    d1cffd4 View commit details
    Browse the repository at this point in the history