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

ci: use M1 macOS runner #490

Merged
merged 1 commit into from
Feb 15, 2024
Merged

ci: use M1 macOS runner #490

merged 1 commit into from
Feb 15, 2024

Conversation

bajtos
Copy link
Member

@bajtos bajtos commented Feb 15, 2024

@bajtos bajtos force-pushed the ci-faster-macos-runner branch from 2c393f3 to 1d29a3a Compare February 15, 2024 13:41
@bajtos bajtos requested a review from juliangruber February 15, 2024 13:42
@bajtos bajtos merged commit eb98870 into main Feb 15, 2024
13 checks passed
@bajtos bajtos deleted the ci-faster-macos-runner branch February 15, 2024 17:55
bajtos added a commit that referenced this pull request Apr 17, 2024
Rework all `if` conditions in workflow steps from checking the exact
string equality (e.g. `matrix.os == 'macos-latest') to checking only
the platform prefix (e.g. `startsWith(matrix.os,  'macos-')`).

This fixes the regression in introduced by eb98870 (#490).

Signed-off-by: Miroslav Bajtoš <oss@bajtos.net>
bajtos added a commit that referenced this pull request Apr 17, 2024
Rework all `if` conditions in workflow steps from checking the exact
string equality (e.g. `matrix.os == 'macos-latest') to checking only
the platform prefix (e.g. `startsWith(matrix.os,  'macos-')`).

This fixes the regression introduced by eb98870 (#490).

Signed-off-by: Miroslav Bajtoš <oss@bajtos.net>
bajtos added a commit that referenced this pull request Apr 17, 2024
Rework all `if` conditions in workflow steps from checking the exact
string equality (e.g. `matrix.os == 'macos-latest'`) to checking only
the platform prefix (e.g. `startsWith(matrix.os,  'macos-')`).

This fixes the regression introduced by eb98870 (#490).

Signed-off-by: Miroslav Bajtoš <oss@bajtos.net>
bajtos added a commit that referenced this pull request Apr 17, 2024
Rework all `if` conditions in workflow steps from checking the exact
string equality (e.g. `matrix.os == 'macos-latest'`) to checking only
the platform prefix (e.g. `startsWith(matrix.os,  'macos-')`).

This fixes the regression introduced by eb98870 (#490).

Signed-off-by: Miroslav Bajtoš <oss@bajtos.net>
bajtos added a commit that referenced this pull request Apr 17, 2024
Rework all `if` conditions in workflow steps from checking the exact
string equality (e.g. `matrix.os == 'macos-latest'`) to checking only
the platform prefix (e.g. `startsWith(matrix.os,  'macos-')`).

This fixes the regression introduced by eb98870 (#490).

Signed-off-by: Miroslav Bajtoš <oss@bajtos.net>
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