Skip to content

Commit

Permalink
bump latest mac run to macos-14 (#3450)
Browse files Browse the repository at this point in the history
* github: bump latest mac run to macos-14

* fix variable lookup

---------

Co-authored-by: Martijn Verburg <martijnverburg@gmail.com>
  • Loading branch information
gdams and karianna committed Mar 12, 2024
1 parent a8a152e commit 9cc52b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
matrix:
include:
- os: [macos-11]
- os: [macos-13]
- os: [macos-14]
steps:

- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
- name: Check if SAS variable is defined
set_fact:
apple_variables: yes
when: not xcode11_installed.stat.exists and XCode11.7_SAS_TOKEN is defined
when: not xcode11_installed.stat.exists and vars['XCode11.7_SAS_TOKEN'] is defined

- name: Display Information when XCode11.7_SAS_TOKEN is not defined
debug:
Expand Down

0 comments on commit 9cc52b8

Please sign in to comment.