Skip to content

Commit

Permalink
e Update GitHub Actions macOS & xcode versions
Browse files Browse the repository at this point in the history
  • Loading branch information
claremacrae committed Aug 5, 2023
1 parent 1446e59 commit b7b27f9
Showing 1 changed file with 9 additions and 23 deletions.
32 changes: 9 additions & 23 deletions .github/workflows/github_actions_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,35 +139,21 @@ jobs:
fail-fast: false
matrix:
include:
# probably don't add xcode9.4 - which was tested in Travis

- job-name: xcode-10.3
os-version: '10.15'
xcode-version: '10.3'
generator: '"Unix Makefiles"'
relative_build_dir_path: ''

- job-name: xcode-11.7
os-version: '10.15'
xcode-version: '11.7'
generator: '"Unix Makefiles"'
relative_build_dir_path: ''

- job-name: xcode-12.4
os-version: '10.15'
xcode-version: '12.4'
- job-name: xcode-14.3
os-version: '13.4'
xcode-version: '14.3'
generator: '"Unix Makefiles"'
relative_build_dir_path: ''

- job-name: 'xcode-12.4-ninja in-source'
xcode-version: '12.4'
os-version: '10.15'
- job-name: 'xcode-14.3-ninja in-source'
xcode-version: '14.3'
os-version: '13.4'
generator: '"Ninja"'
relative_build_dir_path: ''

- job-name: 'xcode-12.4-ninja out-of-source'
xcode-version: '12.4'
os-version: '10.15'
- job-name: 'xcode-14.3-ninja out-of-source'
xcode-version: '14.3'
os-version: '13.4'
generator: '"Ninja"'
relative_build_dir_path: '../'

Expand Down

0 comments on commit b7b27f9

Please sign in to comment.