Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Commit

Permalink
revert to macos 11
Browse files Browse the repository at this point in the history
  • Loading branch information
ericLemanissier authored Mar 13, 2024
1 parent bbf403c commit 1df8bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-14]
os: [ubuntu-latest, windows-latest, macos-11]
shared: ["True", "False"]
version: ${{ fromJSON(needs.find_modified_package.outputs.versions) }}
continue-on-error: true
Expand Down

0 comments on commit 1df8bf1

Please sign in to comment.