Skip to content

Commit

Permalink
CI: Use the old Intel based macOS runners
Browse files Browse the repository at this point in the history
  • Loading branch information
certik committed May 19, 2024
1 parent 85d58bb commit 9225ffa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,20 +163,20 @@ jobs:

- BUILD_TYPE: Debug
WITH_LLVM: 5.0
OS: macos-latest
OS: macos-13
CC: clang

- BUILD_TYPE: Release
WITH_LLVM: 5.0
OS: macos-latest
OS: macos-13
CC: clang

- BUILD_TYPE: Debug
OS: macos-latest
OS: macos-13
CC: gcc

- BUILD_TYPE: Release
OS: macos-latest
OS: macos-13
CC: gcc

- BUILD_TYPE: Debug
Expand Down

0 comments on commit 9225ffa

Please sign in to comment.