Skip to content

Commit

Permalink
Merge branch 'main' into sam/remove-wireguard-dependency
Browse files Browse the repository at this point in the history
* main:
  Switch PR Checks to macos-14 free runner (#959)
  • Loading branch information
samsymons committed Aug 25, 2024
2 parents 0d5553e + 925b3e4 commit df1597b
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

name: Run unit tests (macOS)

runs-on: macos-14-xlarge
runs-on: macos-14
timeout-minutes: 30

outputs:
Expand Down Expand Up @@ -60,12 +60,11 @@ jobs:
- name: Select Xcode
run: sudo xcode-select -s /Applications/Xcode_$(<.xcode-version).app/Contents/Developer

- name: Install xcbeautify
continue-on-error: true
run: brew install xcbeautify
- name: Build BSK
run: set -o pipefail && swift build | tee build-log.txt | xcbeautify

- name: Run tests
run: set -o pipefail && swift test | tee build-log.txt | xcbeautify --report junit --report-path . --junit-report-filename tests.xml
run: set -o pipefail && swift test | tee -a build-log.txt | xcbeautify --report junit --report-path . --junit-report-filename tests.xml

- name: Publish Unit Tests Report
uses: mikepenz/action-junit-report@v3
Expand Down Expand Up @@ -109,7 +108,7 @@ jobs:

name: Run unit tests (iOS)

runs-on: macos-14-xlarge
runs-on: macos-14
timeout-minutes: 30

steps:
Expand Down

0 comments on commit df1597b

Please sign in to comment.