Skip to content

Commit 35d6d10

Browse files
authored
Update CI environment (#247)
* Update CI environment * xcode
1 parent 5f2cf07 commit 35d6d10

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ on:
88
jobs:
99
release:
1010
name: Publish GitHub and Cocoapods release
11-
runs-on: macos-12
11+
runs-on: macos-14
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v2
1515

1616
- name: Select Xcode version
17-
run: sudo xcode-select --switch /Applications/Xcode_14.1.app
17+
run: sudo xcode-select --switch /Applications/Xcode_16.2.app
1818

1919
- name: Build
2020
run: |

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ on:
1414
jobs:
1515
test:
1616
name: Run tests on macOS
17-
runs-on: macos-12
17+
runs-on: macos-14
1818
steps:
1919
- name: Checkout
2020
uses: actions/checkout@v2
2121
- name: Select Xcode version
22-
run: sudo xcode-select --switch /Applications/Xcode_14.1.app
22+
run: sudo xcode-select --switch /Applications/Xcode_16.2.app
2323
- name: Build and test
2424
run: swift test --enable-code-coverage --disable-automatic-resolution
2525
shell: bash

0 commit comments

Comments
 (0)