mirror of
https://github.com/g-truc/glm.git
synced 2025-04-04 13:05:00 +00:00
Fix C.I. failure
This commit is contained in:
parent
9e6f0ec1f6
commit
303a9d79ed
2 changed files with 6 additions and 2 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -113,6 +113,8 @@ jobs:
|
|||
exclude:
|
||||
- os: ubuntu-20.04
|
||||
std: 20
|
||||
- os: ubuntu-latest
|
||||
std: 98
|
||||
|
||||
steps:
|
||||
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
|
||||
|
@ -183,11 +185,11 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [macos-latest, macos-11]
|
||||
os: [macos-latest, macos-12]
|
||||
std: [98, 11, 14, 17, 20]
|
||||
config: [Debug, Release]
|
||||
exclude:
|
||||
- os: macos-11
|
||||
- os: macos-12
|
||||
std: 20
|
||||
|
||||
steps:
|
||||
|
|
|
@ -240,6 +240,7 @@ namespace detail
|
|||
struct storage<3, unsigned int, true> : public storage<4, unsigned int, true>
|
||||
{};
|
||||
|
||||
# if GLM_HAS_ALIGNOF
|
||||
template<>
|
||||
struct storage<3, double, true>
|
||||
{
|
||||
|
@ -247,6 +248,7 @@ namespace detail
|
|||
double data[4];
|
||||
} type;
|
||||
};
|
||||
# endif//GLM_HAS_ALIGNOF
|
||||
|
||||
# endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue