Browse Source
Merge pull request #2183 from riscv-software-src/fix-ci
Move CI to MacOS 15
pull/2182/head
Andrew Waterman
4 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
.github/workflows/continuous-integration.yml
|
|
|
@ -40,7 +40,7 @@ jobs: |
|
|
|
|
|
|
|
test-macos: |
|
|
|
name: Test Spike build (MacOS) |
|
|
|
runs-on: macos-13 |
|
|
|
runs-on: macos-15 |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
with: |
|
|
|
|