Skip to content

Commit 06315b3

Browse files
authored
Merge pull request #347 from Yubico/oskar/mac-runner-update
build(macos): Update GitHub MacOS runner (macos-14)
2 parents fb98d25 + f54b0b1 commit 06315b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-nativeshims.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ jobs:
379379

380380
build-macos:
381381
name: Build macOS
382-
runs-on: macos-13
382+
runs-on: macos-14
383383
steps:
384384
- uses: actions/checkout@v4
385385
- run: |

Yubico.NativeShims/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if (APPLE OR UNIX)
1515
if (APPLE)
1616
set(PLATFORM_MACOS true)
1717
set(BACKEND "macscard")
18-
add_link_options("-exported_symbols_list ${CMAKE_CURRENT_SOURCE_DIR}/exports.llvm")
18+
add_link_options("-Wl,-exported_symbols_list,${CMAKE_CURRENT_SOURCE_DIR}/exports.llvm")
1919
elseif(UNIX)
2020
find_package(PkgConfig REQUIRED)
2121
set(PLATFORM_LINUX true)

0 commit comments

Comments
 (0)