Skip to content

Commit

Permalink
CI/CD: now use macos-13 for our Intel builds.
Browse files Browse the repository at this point in the history
macos-12 is now unsupported (see actions/runner-images#10721).
  • Loading branch information
agarny committed Dec 11, 2024
1 parent 573e8f5 commit d28e4ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Linux
os: ubuntu-20.04
- name: macOS
os: macos-12
os: macos-13
env:
BUILDCACHE_COMPRESS_FORMAT: ZSTD
BUILDCACHE_DEBUG: -1
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
os: ubuntu-20.04
mode: Debug
- name: Build and test (macOS release)
os: macos-12
os: macos-13
mode: Release
- name: Build (macOS debug)
os: macos-12
os: macos-13
mode: Debug
env:
BUILDCACHE_COMPRESS_FORMAT: ZSTD
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Documentation (Linux)
os: ubuntu-20.04
- name: Documentation (macOS)
os: macos-12
os: macos-13
steps:
- name: Check out OpenCOR
uses: actions/checkout@v2
Expand Down

0 comments on commit d28e4ba

Please sign in to comment.