File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed
tools/build_script_generator/make/resources Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,9 @@ concurrency:
88
99jobs :
1010 macos_testing :
11- runs-on : macos-13
11+ runs-on : macos-15
1212
1313 steps :
14- - uses : maxim-lobanov/setup-xcode@v1
15- with :
16- xcode-version : ' 15.2'
17-
1814 - name : Setup environment - Brew tap
1915 run : |
2016 brew tap osx-cross/arm
@@ -62,12 +58,12 @@ jobs:
6258 - name : Hosted Unittests
6359 if : always()
6460 run : |
65- (cd test && make run-hosted-darwin)
61+ (cd test && make run-hosted-darwin-arm64 )
6662
6763 - name : Hosted Examples
6864 if : always()
6965 run : |
70- (cd examples/linux && ../../tools/scripts/examples_compile.py block_device assert build_info etl fiber git logger printf threads)
66+ (cd examples/linux && ../../tools/scripts/examples_compile.py block_device assert build_info fiber git logger printf threads)
7167
7268 - name : Compile STM32 Examples
7369 if : always()
Original file line number Diff line number Diff line change 1818%% if platform == "hosted"
1919 UNAME_S := $(shell uname -s)
2020 ifeq ($(UNAME_S),Darwin)
21- C_SUFFIX := -12
21+ C_SUFFIX := -14
2222 # Using homebrew include and lib paths on macOS
2323 CPPDEFINES += -I/usr/local/include
2424 LIBPATH += -L/usr/local/lib
You can’t perform that action at this time.
0 commit comments