Skip to content

Commit

Permalink
Bumped facebook version to 17.x (#7)
Browse files Browse the repository at this point in the history
* Bumped facebook version to 17.x

* Update test runner
  • Loading branch information
bsneed committed Apr 4, 2024
1 parent 94bc920 commit c3df256
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:

build_and_test_examples:
needs: cancel_previous
runs-on: macos-11
runs-on: macos-14
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '13.0'
xcode-version: '15.2'
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"repositoryURL": "https://github.com/facebook/facebook-ios-sdk",
"state": {
"branch": null,
"revision": "e14f349945ba3f9516e3292107f42be19fe9fbe5",
"version": "16.3.1"
"revision": "09eb5b0cb74127a360e0bc74a2d75ec1fd351e48",
"version": "17.0.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ let package = Package(
.package(
name: "Facebook",
url: "https://github.com/facebook/facebook-ios-sdk",
from: "16.0.0"
from: "17.0.0"
)
],
targets: [
Expand Down

0 comments on commit c3df256

Please sign in to comment.