Skip to content

Commit

Permalink
CI: Update macOS Runner (Latest)
Browse files Browse the repository at this point in the history
The old `macos-11` image is now removed. Update to
running release `macos-latest`.
  • Loading branch information
ax3l committed Aug 26, 2024
1 parent 44a2dfd commit 1528ec2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@ name: macos
on: [push, pull_request]

env:
CXX: "/usr/local/opt/llvm/bin/clang++"
LDFLAGS: "-L/usr/local/opt/llvm/lib"
CXXFLAGS: "-I/usr/local/opt/llvm/include -Werror -Wshadow -Woverloaded-virtual -Wunreachable-code -fsanitize=address -fsanitize=undefined"
CXXFLAGS: "-Werror -Wshadow -Woverloaded-virtual -Wunreachable-code -fsanitize=address -fsanitize=undefined"

jobs:
# Build PICSAR tests, PICSAR python bindings, and Kokkos examples
tutorials-macos:
name: QED with tests, python bindings, Kokkos examples
runs-on: macos-11
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Dependencies
Expand Down

0 comments on commit 1528ec2

Please sign in to comment.