1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

Updated GitHub action to use MacOS 12.

This commit is contained in:
Joe R 2023-06-13 23:38:10 -04:00
parent 1269e6164d
commit 162b1eb2bf

View file

@ -7,7 +7,7 @@ on:
jobs:
build:
runs-on: macos-10.15
runs-on: macos-12
steps:
- uses: actions/checkout@v2