Skip to content

Commit

Permalink
Use latest xcode stack and simplify go-junit-report installation
Browse files Browse the repository at this point in the history
  • Loading branch information
godrei committed Nov 4, 2024
1 parent 9554c2f commit a5d9d7d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ workflows:
- bundle::run_integration_tests: { }
meta:
bitrise.io:
stack: osx-xcode-16.0.x
stack: osx-xcode-latest
machine_type_id: g2.mac.large

run_integration_tests_linux:
Expand Down Expand Up @@ -315,9 +315,7 @@ step_bundles:
#!/usr/bin/env bash
set -ex
go install github.com/jstemmer/go-junit-report/v2@latest
if [ "$(uname)" == "Linux" ] && command -v asdf >/dev/null && asdf plugin list | grep -q 'golang'; then
asdf reshim golang
fi
asdf reshim golang || true
setup_goreleaser:
steps:
Expand Down

0 comments on commit a5d9d7d

Please # to comment.