Skip to content

Commit fe3782a

Browse files
authored
Removed mac version not supported anymore to avoid unnecessary CI tasks (#7069)
## Motivation for features / changes This MacOS version is not supported anymore as we intend to reduce maintenance we opt for removing this task. ## Technical description of changes This line defines the platforms on which the job runs.
1 parent 994708e commit fe3782a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
fail-fast: false
139139
matrix:
140140
mode: ['native']
141-
platform: ['ubuntu-22.04', 'macos-13']
141+
platform: ['ubuntu-22.04']
142142
rust_version: ['1.65.0']
143143
include:
144144
- mode: 'universal'

0 commit comments

Comments
 (0)