Skip to content

Commit 446779c

Browse files
committed
wip
1 parent 757a655 commit 446779c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/os-check.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
os: [ ubuntu-22.04, macos-latest ]
20+
os: [ macos-latest ]
2121
config: [
2222
# Add new configs here
2323
'',
@@ -80,7 +80,7 @@ jobs:
8080
strategy:
8181
fail-fast: false
8282
matrix:
83-
os: [ ubuntu-22.04, macos-latest ]
83+
os: [ macos-latest ]
8484
user-settings: [
8585
# Add new user_settings.h here
8686
'examples/configs/user_settings_all.h',
@@ -102,7 +102,7 @@ jobs:
102102
strategy:
103103
fail-fast: false
104104
matrix:
105-
os: [ ubuntu-22.04, macos-latest ]
105+
os: [ macos-latest ]
106106
user-settings: [
107107
# Add new user_settings.h here
108108
'examples/configs/user_settings_eccnonblock.h',
@@ -133,7 +133,7 @@ jobs:
133133
strategy:
134134
fail-fast: false
135135
matrix:
136-
os: [ ubuntu-22.04, macos-latest ]
136+
os: [ macos-latest ]
137137
name: make user_setting.h (with sed)
138138
# if: github.repository_owner == 'wolfssl'
139139
runs-on: ${{ matrix.os }}
@@ -154,7 +154,7 @@ jobs:
154154
155155
windows_build:
156156
name: Windows Build Test
157-
# if: github.repository_owner == 'wolfssl'
157+
if: github.repository_owner == 'wolfssl'
158158
runs-on: windows-latest
159159
strategy:
160160
fail-fast: false

0 commit comments

Comments
 (0)