Skip to content

Commit

Permalink
Use macos-13 x86_64 agent for x86_64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcadman committed Apr 25, 2024
1 parent f94d04b commit 856401a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
draft: true

build-darwin-x86_64:
runs-on: macos-latest
runs-on: macos-13
name: Build macOS x86_64 binary
steps:
- name: checkout code
Expand All @@ -100,6 +100,10 @@ jobs:
repository: anoma/juvix
ref: main

- name: install stack
run: |
brew install haskell-stack
- name: Set homebrew LLVM CC and LIBTOOL vars (macOS)
run: |
echo "CC=$(brew --prefix llvm@15)/bin/clang" >> $GITHUB_ENV
Expand Down

0 comments on commit 856401a

Please sign in to comment.