Skip to content

Commit

Permalink
Pin macOS version to 10.15 on GitHub Actions to unblock builds (prism…
Browse files Browse the repository at this point in the history
  • Loading branch information
aqrln authored Dec 7, 2021
1 parent ac26394 commit fe231d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-apple-intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
env:
SQLITE_MAX_VARIABLE_NUMBER: 250000
SQLITE_MAX_EXPR_DEPTH: 10000
runs-on: macos-latest
runs-on: macos-10.15

steps:
- name: Output link to real commit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-apple-silicon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
env:
SQLITE_MAX_VARIABLE_NUMBER: 250000
SQLITE_MAX_EXPR_DEPTH: 10000
runs-on: macos-latest
runs-on: macos-10.15

steps:
- name: Output link to real commit
Expand Down

0 comments on commit fe231d6

Please sign in to comment.