Skip to content

Commit

Permalink
add more macos versions to test
Browse files Browse the repository at this point in the history
  • Loading branch information
anonrig committed Jan 30, 2025
1 parent d44402b commit 2c34eec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/macos_install.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: macos (Installation)
name: macOS (Installation)

on:
pull_request:
Expand All @@ -22,11 +22,11 @@ concurrency:

jobs:
macos-build:
runs-on: macos-15
strategy:
matrix:
include:
- shared: OFF
shared: [OFF]
runs-on: [macos-13, macos-14, macos-15]
runs-on: ${{matrix.runs-on}}
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Prepare
Expand Down

0 comments on commit 2c34eec

Please sign in to comment.