Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaliy-pavlenko committed May 16, 2024
1 parent b3facf0 commit ace9c0d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-cocoapods.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:

jobs:
release-cocoapods:
runs-on: macos-13-xlarge
runs-on: macos-13

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
jobs:
test-and-release:
# Clone of main test workflow
runs-on: macos-13-xlarge
runs-on: macos-13

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:

jobs:
test:
runs-on: macos-13-xlarge
runs-on: macos-13

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:

jobs:
test:
runs-on: macos-13-xlarge
runs-on: macos-13

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:

jobs:
test:
runs-on: macos-13-xlarge
runs-on: macos-13

steps:
- name: Checkout
Expand Down

0 comments on commit ace9c0d

Please sign in to comment.