Skip to content

Commit

Permalink
Using macos-13 in integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ruisebas committed Apr 30, 2024
1 parent 2fad951 commit b3776a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ runs:
latest|minimum)
DESTINATION=$(echo $DESTINATION_MAPPING | jq -r ".\"$INPUT_XCODE_VERSION\".$INPUT_PLATFORM") ;;
*)
DESTINATION=$(echo $DESTINATION_MAPPING | jq -r ".\"latest\".$INPUT_PLATFORM") ;;
DESTINATION=$(echo $DESTINATION_MAPPING | jq -r ".\"minimum\".$INPUT_PLATFORM") ;;
esac
else
DESTINATION=$INPUT_DESTINATION
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/run_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
inputs:
os-runner:
type: string
default: 'macos-latest'
default: 'macos-13'
scheme:
description: 'The scheme to run the tests'
required: true
Expand All @@ -17,8 +17,8 @@ on:
required: false
type: string
xcode_version:
description: 'The verion of Xcode used to run these tests'
default: 'latest'
description: 'The version of Xcode used to run these tests'
default: '15.2'
type: string
destination:
default: ''
Expand Down

0 comments on commit b3776a5

Please sign in to comment.