Skip to content

Commit

Permalink
remove unavailable mac 12 tester.
Browse files Browse the repository at this point in the history
  • Loading branch information
MFraters committed Jan 21, 2025
1 parent 273c38f commit 94c14dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ['ubuntu-22.04', 'ubuntu-24.04','macos-12','macos-13']
os: ['ubuntu-22.04', 'ubuntu-24.04','macos-13']
build_type: ['Release', 'Debug']

runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -218,7 +218,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ['ubuntu-24.04','macos-12','macos-13']
os: ['ubuntu-24.04','macos-13']
build_type: ['Release']

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 94c14dd

Please sign in to comment.