From f478fc7052887ac93cbf116f54239c50a73ae8a3 Mon Sep 17 00:00:00 2001 From: Nan Wang Date: Wed, 20 Dec 2023 11:35:30 -0800 Subject: [PATCH] try xcode 15.1 Signed-off-by: Nan Wang --- .github/workflows/PR.yml | 12 ++++++------ .github/workflows/master.yml | 12 ++++++------ .github/workflows/release.yml | 12 ++++++------ bp/src/BPConstants.h | 6 +++--- 4 files changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/workflows/PR.yml b/.github/workflows/PR.yml index 48fc7ff9..c55f7035 100644 --- a/.github/workflows/PR.yml +++ b/.github/workflows/PR.yml @@ -10,8 +10,8 @@ jobs: steps: # actions/checkout@v2 but we use the SHA1 because tags can be re-written in git - uses: actions/checkout@722adc63f1aa60a57ec37892e133b1d319cae598 - - name: Select Xcode 15.0 - run: sudo xcode-select -s /Applications/Xcode_15.0.app + - name: Select Xcode 15.1 + run: sudo xcode-select -s /Applications/Xcode_15.1.app - name: Run Bluepill tests run: ./scripts/bluepill.sh instance_tests1 - name: Capture xcresult files @@ -29,8 +29,8 @@ jobs: steps: # actions/checkout@v2 but we use the SHA1 because tags can be re-written in git - uses: actions/checkout@722adc63f1aa60a57ec37892e133b1d319cae598 - - name: Select Xcode 15.0 - run: sudo xcode-select -s /Applications/Xcode_15.0.app + - name: Select Xcode 15.1 + run: sudo xcode-select -s /Applications/Xcode_15.1.app - name: Run Bluepill tests run: ./scripts/bluepill.sh instance_tests2 - name: Capture xcresult files @@ -48,8 +48,8 @@ jobs: steps: # actions/checkout@v2 but we use the SHA1 because tags can be re-written in git - uses: actions/checkout@722adc63f1aa60a57ec37892e133b1d319cae598 - - name: Select Xcode 15.0 - run: sudo xcode-select -s /Applications/Xcode_15.0.app + - name: Select Xcode 15.1 + run: sudo xcode-select -s /Applications/Xcode_15.1.app - name: Run Bluepill tests run: ./scripts/bluepill.sh runner_tests - name: Capture xcresult files diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index dc6595f4..677e3974 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -15,8 +15,8 @@ jobs: steps: # actions/checkout@v2 but we use the SHA1 because tags can be re-written in git - uses: actions/checkout@722adc63f1aa60a57ec37892e133b1d319cae598 - - name: Select Xcode 15.0 - run: sudo xcode-select -s /Applications/Xcode_15.0.app + - name: Select Xcode 15.1 + run: sudo xcode-select -s /Applications/Xcode_15.1.app - name: Run Bluepill tests run: ./scripts/bluepill.sh instance_tests1 - name: Capture xcresult files @@ -34,8 +34,8 @@ jobs: steps: # actions/checkout@v2 but we use the SHA1 because tags can be re-written in git - uses: actions/checkout@722adc63f1aa60a57ec37892e133b1d319cae598 - - name: Select Xcode 15.0 - run: sudo xcode-select -s /Applications/Xcode_15.0.app + - name: Select Xcode 15.1 + run: sudo xcode-select -s /Applications/Xcode_15.1.app - name: Run Bluepill tests run: ./scripts/bluepill.sh instance_tests2 - name: Capture xcresult files @@ -53,8 +53,8 @@ jobs: steps: # actions/checkout@v2 but we use the SHA1 because tags can be re-written in git - uses: actions/checkout@722adc63f1aa60a57ec37892e133b1d319cae598 - - name: Select Xcode 15.0 - run: sudo xcode-select -s /Applications/Xcode_15.0.app + - name: Select Xcode 15.1 + run: sudo xcode-select -s /Applications/Xcode_15.1.app - name: Run Bluepill tests run: ./scripts/bluepill.sh runner_tests - name: Capture xcresult files diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 41642bce..5f597226 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,8 +13,8 @@ jobs: steps: # actions/checkout@v2 but we use the SHA1 because tags can be re-written in git - uses: actions/checkout@722adc63f1aa60a57ec37892e133b1d319cae598 - - name: Select Xcode 15.0 - run: sudo xcode-select -s /Applications/Xcode_15.0.app + - name: Select Xcode 15.1 + run: sudo xcode-select -s /Applications/Xcode_15.1.app - name: Run Bluepill tests run: ./scripts/bluepill.sh instance_tests1 - name: Capture xcresult files @@ -32,8 +32,8 @@ jobs: steps: # actions/checkout@v2 but we use the SHA1 because tags can be re-written in git - uses: actions/checkout@722adc63f1aa60a57ec37892e133b1d319cae598 - - name: Select Xcode 15.0 - run: sudo xcode-select -s /Applications/Xcode_15.0.app + - name: Select Xcode 15.1 + run: sudo xcode-select -s /Applications/Xcode_15.1.app - name: Run Bluepill tests run: ./scripts/bluepill.sh instance_tests2 - name: Capture xcresult files @@ -54,8 +54,8 @@ jobs: - name: Report event trigger data run: | echo "Event ${{ github.event_name }}, ref: ${{ github.ref }}" - - name: Select Xcode 15.0 - run: sudo xcode-select -s /Applications/Xcode_15.0.app + - name: Select Xcode 15.1 + run: sudo xcode-select -s /Applications/Xcode_15.1.app - name: Run Bluepill tests run: ./scripts/bluepill.sh runner_tests - name: Capture xcresult files diff --git a/bp/src/BPConstants.h b/bp/src/BPConstants.h index 8ff96632..2c7e0116 100644 --- a/bp/src/BPConstants.h +++ b/bp/src/BPConstants.h @@ -10,9 +10,9 @@ #import #pragma mark - Version Constants -#define BP_DEFAULT_XCODE_VERSION "15.0" -#define BP_DEFAULT_RUNTIME "iOS 17.0" -#define BP_DEFAULT_BASE_SDK "17.0" +#define BP_DEFAULT_XCODE_VERSION "15.1" +#define BP_DEFAULT_RUNTIME "iOS 17.2" +#define BP_DEFAULT_BASE_SDK "17.2" #define BP_DEFAULT_DEVICE_TYPE "iPhone SE (3rd generation)"