Skip to content

Commit a61b647

Browse files
committed
Environment vars
Environment vars
1 parent d58699e commit a61b647

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_pkg_beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
# Set Xcode version to latest version available
8080
# XCODE_VERSION=$(ls -d /Applications/Xcode*.app 2>/dev/null | sort -V | tail -n 1)
8181
# echo "Path to latest Xcode version: ${XCODE_VERSION}"
82-
XCODE_VERSION="${{env.XCODE_VERSION}}"
82+
XCODE_VERSION="${{vars.XCODE_VERSION}}"
8383
8484
# Select Xcode version
8585
sudo xcode-select -s "${XCODE_VERSION}"

.github/workflows/build_pkg_release_manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
# Set Xcode version to latest version available
4949
# XCODE_VERSION=$(ls -d /Applications/Xcode*.app 2>/dev/null | sort -V | tail -n 1)
5050
# echo "Path to latest Xcode version: ${XCODE_VERSION}"
51-
XCODE_VERSION="${{env.XCODE_VERSION}}"
51+
XCODE_VERSION="${{vars.XCODE_VERSION}}"
5252
5353
# Select Xcode version
5454
sudo xcode-select -s "${XCODE_VERSION}"

0 commit comments

Comments
 (0)