Skip to content

Commit

Permalink
xhr
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi committed Jan 30, 2024
1 parent 10f540d commit b1ec130
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions:

jobs:
dependabot:
runs-on: macos-14
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fix-php-code-style-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push]

jobs:
php-code-styling:
runs-on: macos-14
runs-on: ubuntu-latest

steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
phpstan:
name: phpstan
runs-on: macos-14
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit b1ec130

Please sign in to comment.