File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 strategy :
1818 fail-fast : false
1919 matrix :
20- os : [ macos-latest ]
20+ os : [ ubuntu-22.04, macos-latest ]
2121 config : [
2222 # Add new configs here
2323 ' ' ,
8080 strategy :
8181 fail-fast : false
8282 matrix :
83- os : [ macos-latest ]
83+ os : [ ubuntu-22.04, 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 : [ macos-latest ]
105+ os : [ ubuntu-22.04, 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 : [ macos-latest ]
136+ os : [ ubuntu-22.04, macos-latest ]
137137 name : make user_setting.h (with sed)
138138# if: github.repository_owner == 'wolfssl'
139139 runs-on : ${{ matrix.os }}
You can’t perform that action at this time.
0 commit comments