Skip to content

Commit

Permalink
GitHub macos-13 runner is amd64
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewFluet committed May 15, 2024
1 parent b606cda commit b250f10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
mv mlton-20210117-1.amd64-linux-glibc2.31/* .
rmdir mlton-20210117-1.amd64-linux-glibc2.31
- name: Install dependencies (macos)
if: ${{ startsWith(matrix.os, 'macos') }}
- name: Install dependencies (macos (amd64))
if: ${{ matrix.os == 'macos-13' }}
run: |
# brew update
brew install gmp
Expand Down

0 comments on commit b250f10

Please sign in to comment.