-
Notifications
You must be signed in to change notification settings - Fork 164
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
[#2259] Upgrade GitHub Actions macOS runners to 13, 14 and 15 #2260
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. All CI passed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
Updated the CI status check requirements from |
Could you also bump the macos used for the Codecov task? (I just noticed it was still using macos-11) |
.github/workflows/integration.yml
Outdated
@@ -22,7 +22,7 @@ jobs: | |||
fail-fast: false | |||
matrix: | |||
# Deprecation Notice: MacOS 12 will be deprecated by the end of 2024 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can remove this comment now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alright! I will update on this!
Alright I update the macOS to 15 for the Codecov Task. |
We might want to add the reposense-logs folder to .gitignore, but for now maybe we should remove that log file from the PR? |
reposense-logs/reposense.log.0
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this file needed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry that I didn't notice the reposense-logs generated is not included in the .gitignore
! I will update on this!
@JoanneHing can you try adding a line to update the apt indexes as mentioned here: https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/customizing-github-hosted-runners#installing-software-on-ubuntu-runners Otherwise it could be an outage on the dependency's repository and we might have to try again later on |
Alright let me try fixing on that! |
Update on this, the issue of the environment set up is fix now |
Note that the runner for Cypress Frontend test is updated to ubuntu-24.04 in order to fix the environment set up issue. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Will skip the usual 2-day waiting period as this is urgent. |
The following links are for previewing this pull request:
|
Fixes #2259
Proposed commit message