Skip to content

Commit

Permalink
USe macos13 runner instead of removed macos12 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
rikardn committed Dec 4, 2024
1 parent b61e3e2 commit 03ef33a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ jobs:

test-macos:
needs: [build, get-nonmem]
runs-on: macos-12
runs-on: macos-13
steps:
- name: Download installation tarball
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 03ef33a

Please sign in to comment.