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 GH runners to Ubuntu 24.04 #598

Merged
merged 1 commit into from
Oct 24, 2024
Merged

Conversation

blapie
Copy link
Contributor

@blapie blapie commented Oct 24, 2024

Checklist

  • I have read the contributing guidelines.
  • I have considered portability of my change across platforms and architectures.
  • I have self-reviewed my code.
  • I have commented my code where necessary.
  • I have updated the documentation accordingly.
  • I have added tests that prove my fix is effective or that my feature works.

What is the purpose of this pull request?

  • Modify a job in an existing workflow

What changes did you make?

This PR consists in updating gh-runners in linux native and cross build/test workflow, to use ubuntu-24.04 instead of ubuntu-latest. The main reasons are

PR also removes some expensive tests for RISC-V.

Does this PR relate to any existing issue?

This will ultimately unlock the use of latest versions of gcc 12, then gcc 13, and finally gcc 14.
Gcc 14 itself will unlock more testing.
So it could relate to #439, and enable #539, ...

This PR does not update the version of gcc yet, just to make sure old version still pass tests.

This will ultimately unlock the use of latest versions of
gcc 12, then gcc 13, and finally gcc 14.
Gcc 14 will unlock more testing.
This PR does not update version of gcc yet, just to make sure
old version still pass tests.
Remove some expensive tests.
@blapie blapie merged commit 6abb7d9 into shibatch:master Oct 24, 2024
35 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.

1 participant