Skip to content

Commit

Permalink
Switch to macos-13 runner for assemble github actions due to macos-la…
Browse files Browse the repository at this point in the history
…test is now arm64 (#251)

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
(cherry picked from commit d9d4e08)
  • Loading branch information
reta authored and github-actions[bot] committed May 6, 2024
1 parent 447e56d commit 4cea768
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ci/functions/imports.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if [[ -z $opensearch_node_name ]]; then
echo -e "\033[34;1mINFO:\033[0m Running opensearch $STACK_VERSION\033[0m"
fi

export script_path=$(dirname $(realpath -s $0))
export script_path=$(dirname $(realpath $0))
source $script_path/functions/cleanup.sh
source $script_path/functions/wait-for-container.sh
trap "cleanup_trap ${network_name}" EXIT
Expand Down
2 changes: 1 addition & 1 deletion .ci/generate-certs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -eo pipefail

script_path=$(dirname $(realpath -s $0))
script_path=$(dirname $(realpath $0))
certs_dir="$script_path/certs"
opensearch_dir="$script_path/opensearch"

Expand Down
2 changes: 1 addition & 1 deletion .ci/run-opensearch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# - Deleting the volume should not dependent on the container still running
# - Fixed `ES_JAVA_OPTS` config

script_path=$(dirname $(realpath -s $0))
script_path=$(dirname $(realpath $0))
source $script_path/functions/imports.sh
set -euo pipefail

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, windows-latest, macos-13]
test-args:
- "--features aws-auth"
- "--no-default-features --features rustls-tls --package opensearch --test cert"
Expand Down

0 comments on commit 4cea768

Please sign in to comment.