Skip to content

Commit

Permalink
Build on macos-11 (#25)
Browse files Browse the repository at this point in the history
macos-10.15 will be unsupported from 08/30/2022, see :
actions/runner-images#5583

Signed-off-by: Sylvain Leclerc <[email protected]>
  • Loading branch information
sylvlecl authored Jul 28, 2022
1 parent c69bdd1 commit 66459e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
}
- {
name: macos,
os: macos-10.15,
os: macos-11,
artifact_name: libmath.dylib,
artifact_path: osx_64
}
Expand Down

0 comments on commit 66459e6

Please sign in to comment.