Update workflow since github actions is deprecating using macOS 10.15.

This commit is contained in:
Pentarctagon 2022-07-27 22:38:12 -05:00
parent 489d955d80
commit 2efbe78f8f
No known key found for this signature in database
GPG key ID: 9456BC54A21DBFA0

View file

@ -177,7 +177,7 @@ jobs:
./.github/workflows/ci-scripts/ubuntu.sh
macos-intel-debug:
runs-on: macos-10.15
runs-on: macos-11.0
steps:
- uses: actions/checkout@v2