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 f3aa671
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@ 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
run: .github/workflows/dependencies/dependencies_mac.sh
- name: Build & Test
run: |
which clang++
cmake -S multi_physics/QED \
-B build \
-DCMAKE_VERBOSE_MAKEFILE=ON \
Expand Down

0 comments on commit f3aa671

Please sign in to comment.