Skip to content

Commit

Permalink
try macOS-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
krangelov committed Apr 15, 2024
1 parent 580c0c2 commit c80da9b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build-majestic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:

macos-runtime:
name: Runtime (macOS)
runs-on: macOS-11
runs-on: macOS-latest

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
macos-haskell:
name: Haskell (macOS)
runs-on: macOS-11
runs-on: macOS-latest
needs: macos-runtime

steps:
Expand All @@ -194,12 +194,11 @@ jobs:
macos-python:
name: Python (macOS)
runs-on: macOS-11
runs-on: macOS-latest
needs: macos-runtime
env:
EXTRA_INCLUDE_DIRS: /usr/local/include
EXTRA_LIB_DIRS: /usr/local/lib
MACOSX_DEPLOYMENT_TARGET: 11.0

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -230,7 +229,7 @@ jobs:

# macos-javascript:
# name: JavaScript (macOS)
# runs-on: macOS-11
# runs-on: macOS-latest
# needs: macos-runtime
#
# steps:
Expand Down

0 comments on commit c80da9b

Please sign in to comment.