Skip to content

Commit 9cc52b8

Browse files
gdamskarianna
andauthored
bump latest mac run to macos-14 (#3450)
* github: bump latest mac run to macos-14 * fix variable lookup --------- Co-authored-by: Martijn Verburg <[email protected]>
1 parent a8a152e commit 9cc52b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
matrix:
2020
include:
2121
- os: [macos-11]
22-
- os: [macos-13]
22+
- os: [macos-14]
2323
steps:
2424

2525
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

ansible/playbooks/AdoptOpenJDK_Unix_Playbook/roles/Xcode11/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
- name: Check if SAS variable is defined
1212
set_fact:
1313
apple_variables: yes
14-
when: not xcode11_installed.stat.exists and XCode11.7_SAS_TOKEN is defined
14+
when: not xcode11_installed.stat.exists and vars['XCode11.7_SAS_TOKEN'] is defined
1515

1616
- name: Display Information when XCode11.7_SAS_TOKEN is not defined
1717
debug:

0 commit comments

Comments
 (0)