Skip to content

OND-1031: don't let workflows use chromium runners #374

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
test-matrix:
runs-on:
- self-hosted
- "purpose=github-actions"
- "os=${{ matrix.os }}"
- "arch=${{ matrix.arch }}"
- "os_distribution=${{ matrix.os_distribution }}"
Expand All @@ -38,14 +39,14 @@ jobs:
arch: x64
os_distribution: monterey
os_version: "12"
revision: 1ec247a1e93f4980098fc6bb2764bb093b37b3da
revision: "dd17e52a1f04529abb97003e8093d356739980d7"
remote_execution: 'false'

- os: macos
arch: x64
os_distribution: monterey
os_version: "12"
revision: 1ec247a1e93f4980098fc6bb2764bb093b37b3da
Copy link
Collaborator

Choose a reason for hiding this comment

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

We need to change monterey to sonoma and 12 to 14. Thank you Jay!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks, fixed.

revision: "dd17e52a1f04529abb97003e8093d356739980d7"
remote_execution: 'true'

steps:
Expand Down
Loading