Skip to content

Commit

Permalink
Add new GitHub Runners
Browse files Browse the repository at this point in the history
Adds macOS 14 (ARM) and Ubuntu 24.04 (x64)
  • Loading branch information
gfiumara committed Jul 12, 2024
1 parent ced5350 commit 48c3bde
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-member.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,11 @@ jobs:
matrix:
config:
# https://github.com/actions/virtual-environments
- { os: macOS-14, arch: arm64, embed_rf: OFF }
- { os: macOS-13, arch: x64, embed_rf: OFF }
- { os: macOS-12, arch: x64, embed_rf: OFF }
- { os: ubuntu-24.04, arch: x64, embed_rf: ON }
- { os: ubuntu-24.04, arch: x64, embed_rf: OFF }
- { os: ubuntu-22.04, arch: x64, embed_rf: ON }
- { os: ubuntu-22.04, arch: x64, embed_rf: OFF }
- { os: ubuntu-20.04, arch: x64, embed_rf: OFF }
Expand Down

0 comments on commit 48c3bde

Please sign in to comment.