Skip to content

Commit

Permalink
. e Try updating to newest available xcode, 15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
claremacrae committed May 28, 2024
1 parent e34c8e5 commit f72c98d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/github_actions_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,20 +162,20 @@ jobs:
fail-fast: false
matrix:
include:
- job-name: xcode-14.3
- job-name: xcode-15.4
os-version: 'latest'
xcode-version: '14.3'
xcode-version: '15.4'
generator: '"Unix Makefiles"'
relative_build_dir_path: ''

- job-name: 'xcode-14.3-ninja in-source'
xcode-version: '14.3'
- job-name: 'xcode-15.4-ninja in-source'
xcode-version: '15.4'
os-version: 'latest'
generator: '"Ninja"'
relative_build_dir_path: ''

- job-name: 'xcode-14.3-ninja out-of-source'
xcode-version: '14.3'
- job-name: 'xcode-15.4-ninja out-of-source'
xcode-version: '15.4'
os-version: 'latest'
generator: '"Ninja"'
relative_build_dir_path: '../'
Expand Down

0 comments on commit f72c98d

Please sign in to comment.