diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 2a46697..63efd44 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -7,7 +7,7 @@ on: jobs: release: name: "Release" - runs-on: macos-latest + runs-on: macos-12 steps: - name: "Checkout" uses: actions/checkout@v1 diff --git a/MiddleMe.xcworkspace/xcshareddata/swiftpm/Package.resolved b/MiddleMe.xcworkspace/xcshareddata/swiftpm/Package.resolved new file mode 100644 index 0000000..6ed1ea4 --- /dev/null +++ b/MiddleMe.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -0,0 +1,14 @@ +{ + "pins" : [ + { + "identity" : "launchagent", + "kind" : "remoteSourceControl", + "location" : "https://github.com/emorydunn/LaunchAgent", + "state" : { + "revision" : "9f6d33abfa4a0a45a877e9b884391981c1f4152b", + "version" : "0.3.0" + } + } + ], + "version" : 2 +}