Skip to content

Commit

Permalink
Updated Github Actions to macos 13
Browse files Browse the repository at this point in the history
  • Loading branch information
brototyp committed Jul 1, 2023
1 parent 2d59a41 commit 1d2e6f6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/danger.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: Run Danger

on:
pull_request:
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: Run Tests

on:
pull_request:
Expand All @@ -7,16 +7,16 @@ on:

jobs:
tests-ios:
runs-on: macos-11
runs-on: macos-13
strategy:
matrix:
include: # selection of https://github.com/actions/runner-images/blob/main/images/macos/macos-11-Readme.md#installed-sdks
- xcode: "13.2.1"
ios: "15.2"
device: "iPhone 8"
- xcode: "12.5.1"
ios: "14.5"
include: # selection of https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md#installed-sdks
- xcode: "14.3.1"
ios: "16.4"
device: "iPhone 8"
# - xcode: "12.5.1"
# ios: "14.5"
# device: "iPhone 8"
if: github.event_name == 'pull_request' # if only run pull request when multiple trigger workflow
name: "test ios ${{matrix.ios}}"
steps:
Expand Down

0 comments on commit 1d2e6f6

Please sign in to comment.