Skip to content

Commit b92c24f

Browse files
committed
Update to MacOS 14 Intel.
1 parent 81b4c07 commit b92c24f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build_wheels_macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818

1919
jobs:
2020
Build:
21-
runs-on: macos-13
21+
runs-on: macos-14
2222
defaults:
2323
run:
2424
shell: bash
@@ -91,7 +91,7 @@ jobs:
9191

9292
Test:
9393
needs: [Build]
94-
runs-on: macos-13
94+
runs-on: macos-14
9595
defaults:
9696
run:
9797
shell: bash

travis_osx_brew_cache.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ mkdir -p $BREW_LOCAL_BOTTLE_METADATA
99

1010
# Starting reference point for elapsed build time; seconds since the epoch.
1111
#TRAVIS_TIMER_START_TIME is set at the start of a log fold, in nanoseconds since the epoch
12-
BREW_TIME_START=$(($TRAVIS_TIMER_START_TIME/10**9))
12+
BREW_TIME_START=$(date +%s)
1313

1414
# If after a package is built, elapsed time is more than this many seconds, fail the build but save Travis cache
1515
# The cutoff moment should leave enough time till Travis' job time limit to process the main project.

0 commit comments

Comments
 (0)