Skip to content

Commit

Permalink
Update Mac CI nodes
Browse files Browse the repository at this point in the history
(cherry picked from commit 5ebb6cc)
  • Loading branch information
rbx authored and dennisklein committed Jan 14, 2025
1 parent 57112d2 commit 6e420ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@ pipeline {
}

specs_list = [
[os: 'macos-13-x86_64'],
[os: 'macos-14-x86_64'],
[os: 'macos-14-arm64']
[os: 'macos-15-x86_64'],
[os: 'macos-15-arm64']
];

def macos_jobs = jobMatrix('macos', ctestcmd, specs_list)
Expand Down
6 changes: 3 additions & 3 deletions legacy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ please contact us.
| Fedora | x86_64 | 37 | GCC 12.3.1 | 3.27.7 |
| Fedora | x86_64 | 38 | GCC 13.2.1 | 3.27.7 |
| Fedora | x86_64 | 39 | GCC 13.2.1 | 3.27.7 |
| macOS | x86_64 | 13 | AppleClang 15, gfortran 14 | 3.29.4 (brew) |
| macOS | x86_64 | 14 | AppleClang 15, gfortran 14 | 3.29.4 (brew) |
| macOS | arm64 | 14 | AppleClang 15, gfortran 14 | 3.29.4 (brew) |
| macOS | x86_64 | 14 | AppleClang 16, gfortran 14 | 3.31.0 (brew) |
| macOS | x86_64 | 15 | AppleClang 16, gfortran 14 | 3.31.0 (brew) |
| macOS | arm64 | 15 | AppleClang 16, gfortran 14 | 3.31.0 (brew) |
| Ubuntu | x86_64 | 22.04 | GCC 11.4.0 | 3.22.1 |
| Ubuntu | x86_64 | 24.04 | GCC 13.2.0 | 3.28.3 |

Expand Down

0 comments on commit 6e420ed

Please sign in to comment.