Skip to content

Commit

Permalink
go back to macos-13 on CI, latest is silicon
Browse files Browse the repository at this point in the history
Signed-off-by: Sacha Ayoun <[email protected]>
  • Loading branch information
giltho committed May 9, 2024
1 parent b897816 commit 05d2fdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
operating-system: [macos-latest, ubuntu-latest]
operating-system: [macos-13, ubuntu-latest]
runs-on: ${{ matrix.operating-system }}
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -242,7 +242,7 @@ jobs:
# if: ( github.event_name == 'pull_request') && ( github.base_ref == 'master')
# strategy:
# matrix:
# operating-system: [macos-latest]
# operating-system: [macos-13]
# runs-on: ${{ matrix.operating-system }}
# needs: build
# steps:
Expand Down

0 comments on commit 05d2fdd

Please sign in to comment.