Skip to content

Commit

Permalink
use macos intel
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgen-lentz committed Oct 12, 2024
1 parent c349b50 commit 93a1452
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ run-name: ${{ github.actor }} is building "${{ github.ref_name }}"
on: [push]
jobs:
build:
runs-on: macos-latest
runs-on: macos-13
steps:
- uses: actions/checkout@v3
- uses: r-lib/actions/setup-r@v2
Expand All @@ -30,7 +30,7 @@ jobs:
include:
- os: ubuntu-latest
bundle: https://portal.ampl.com/dl/amplce/ampl.linux64.tgz
- os: macos-latest
- os: macos-13
bundle: https://portal.ampl.com/dl/amplce/ampl.macos64.tgz
- os: windows-latest
bundle: https://portal.ampl.com/dl/amplce/ampl.mswin64.zip
Expand Down

0 comments on commit 93a1452

Please sign in to comment.