Merge pull request #325 from mkj-is/patch-1

Fix macOS virtual machine case in Swift workflow
This commit is contained in:
Edward Thomson
2020-01-30 14:13:02 +00:00
committed by GitHub
+1 -1
View File
@@ -5,7 +5,7 @@ on: [push]
jobs:
build:
runs-on: macOS-latest
runs-on: macos-latest
steps:
- uses: actions/checkout@v2