Skip to content

Commit

Permalink
Use recent gcc/apple-clang with OSX (#11)
Browse files Browse the repository at this point in the history
* Use recent gcc/clang with OSX

* Revert "Use recent gcc/clang with OSX"

This reverts commit ee3da6e.

* osx version upgrade on ci

* Revert to macOS 14

macOS 15 has not yet been released.

Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>

* Try selecting Xcode 15.3

Reference:
actions/runner-images#8282 (comment)

Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>

* Complete comment

Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>

* Try using LLVM 18 instead of Apple Clang

Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>

* Revert "Try using LLVM 18 instead of Apple Clang"

This reverts commit 0135df3.

* Explicitly specifying function template specialisation

Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>

* Revert "Explicitly specifying function template specialisation"

This reverts commit 2576371.

* Try not selecting the latest version of Apple Clang

Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>

* Test both macOS 13 and macOS 14

Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>

Co-authored-by: Klaim <Klaim@users.noreply.github.com>

---------

Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
Co-authored-by: Klaim <Klaim@users.noreply.github.com>
  • Loading branch information
3 people authored Apr 23, 2024
1 parent 28056b8 commit b95c03d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
matrix:
os:
- 13
- 14
config:
- { name: Debug }
- { name: Release }
Expand Down

0 comments on commit b95c03d

Please sign in to comment.