Skip to content

Commit

Permalink
CI: add macos-14 to the os matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
foolnotion committed Jun 1, 2024
1 parent 13c2c66 commit 5ddcd9d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
os: [ macos-11, macos-12, macos-13 ]
os: [ macos-11, macos-12, macos-13, macos-14 ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand All @@ -42,4 +42,3 @@ jobs:
name: pyoperon-${{ matrix.version }}-${{ matrix.os }}
path: dist/*.whl
retention-days: 90

0 comments on commit 5ddcd9d

Please sign in to comment.