Skip to content

Commit

Permalink
Update ci-test-macos.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
aturker-synnada authored Dec 11, 2024
1 parent ab74e2c commit 6f5abb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-test-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches: [ dev, main ]
jobs:
build:
runs-on: macOS-15
runs-on: macos-15-xlarge
strategy:
matrix:
python-version: [3.12]
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:

on_failure:
needs: build
runs-on: macOS-15
runs-on: macos-15-xlarge
env:
GH_TOKEN: ${{ github.token }}
if: ${{ failure() }}
Expand Down

0 comments on commit 6f5abb6

Please sign in to comment.