Skip to content

ci: use ubuntu-latest instead of ubuntu-18.04#8418

Merged
robx merged 1 commit intohaskell:masterfrom
robx:bump-ubuntu
Aug 22, 2022
Merged

ci: use ubuntu-latest instead of ubuntu-18.04#8418
robx merged 1 commit intohaskell:masterfrom
robx:bump-ubuntu

Conversation

@robx
Copy link
Collaborator

@robx robx commented Aug 22, 2022

Builds with ubuntu-18.04 are failing with

This is a scheduled Ubuntu-18.04 brownout.

due to deprecation of the action runner: actions/runner-images#6002


Please include the following checklist in your PR:

Please also shortly describe how you tested your change. Bonus points for added tests!

Builds with ubuntu-18.04 are failing with

  This is a scheduled Ubuntu-18.04 brownout.

due to deprecation of the action runner:

  actions/runner-images#6002
Copy link
Collaborator

@ulysses4ever ulysses4ever left a comment

Choose a reason for hiding this comment

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

Thanks you!

validate-old-ghcs:
name: Validate old ghcs ${{ matrix.extra-ghc }}
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
Copy link
Collaborator

Choose a reason for hiding this comment

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

I wonder what’s up with the comment below that claims the job only runs on 16.04. Should it be removed?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I think it applies to the docker container, i.e., phadej/ghc:8.8.4-xenial is an ubuntu-16.04-based container. https://docs.github.com/en/actions/using-jobs/running-jobs-in-a-container

(I'm not entirely clear on which parts run where in that case...)

Copy link
Member

@Mikolaj Mikolaj left a comment

Choose a reason for hiding this comment

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

LGTM. Please feel free to emergency merge manually.

@Mikolaj
Copy link
Member

Mikolaj commented Aug 30, 2022

@mergify backport 3.8

@mergify
Copy link
Contributor

mergify bot commented Aug 30, 2022

backport 3.8

✅ Backports have been created

Details

mergify bot added a commit that referenced this pull request Aug 30, 2022
ci: use ubuntu-latest instead of ubuntu-18.04 (backport #8418)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants