diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b644380..0ac3eeb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -137,6 +137,8 @@ jobs: android: name: Android - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest steps: - - uses: johankool/swift-android-test-action@v1 + - uses: actions/checkout@v4 + - name: "Test Swift Package on Android" + uses: skiptools/swift-android-action@v2 \ No newline at end of file diff --git a/.gitignore b/.gitignore index aa739b8..55f1898 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /Packages /*.xcodeproj xcuserdata/ +Package.resolved diff --git a/Package.resolved b/Package.resolved deleted file mode 100644 index 5b81574..0000000 --- a/Package.resolved +++ /dev/null @@ -1,86 +0,0 @@ -{ - "pins" : [ - { - "identity" : "carton", - "kind" : "remoteSourceControl", - "location" : "https://github.com/swiftwasm/carton", - "state" : { - "revision" : "d3f1da61faa05283e46a05698ac9bea46fd1035f", - "version" : "1.1.2" - } - }, - { - "identity" : "swift-argument-parser", - "kind" : "remoteSourceControl", - "location" : "https://github.com/apple/swift-argument-parser.git", - "state" : { - "revision" : "46989693916f56d1186bd59ac15124caef896560", - "version" : "1.3.1" - } - }, - { - "identity" : "swift-atomics", - "kind" : "remoteSourceControl", - "location" : "https://github.com/apple/swift-atomics.git", - "state" : { - "revision" : "cd142fd2f64be2100422d658e7411e39489da985", - "version" : "1.2.0" - } - }, - { - "identity" : "swift-collections", - "kind" : "remoteSourceControl", - "location" : "https://github.com/apple/swift-collections.git", - "state" : { - "revision" : "3d2dc41a01f9e49d84f0a3925fb858bed64f702d", - "version" : "1.1.2" - } - }, - { - "identity" : "swift-docc-plugin", - "kind" : "remoteSourceControl", - "location" : "https://github.com/apple/swift-docc-plugin", - "state" : { - "revision" : "3303b164430d9a7055ba484c8ead67a52f7b74f6", - "version" : "1.0.0" - } - }, - { - "identity" : "swift-log", - "kind" : "remoteSourceControl", - "location" : "https://github.com/apple/swift-log.git", - "state" : { - "revision" : "9cb486020ebf03bfa5b5df985387a14a98744537", - "version" : "1.6.1" - } - }, - { - "identity" : "swift-nio", - "kind" : "remoteSourceControl", - "location" : "https://github.com/apple/swift-nio.git", - "state" : { - "revision" : "fc79798d5a150d61361a27ce0c51169b889e23de", - "version" : "2.68.0" - } - }, - { - "identity" : "swift-system", - "kind" : "remoteSourceControl", - "location" : "https://github.com/apple/swift-system.git", - "state" : { - "revision" : "6a9e38e7bd22a3b8ba80bddf395623cf68f57807", - "version" : "1.3.1" - } - }, - { - "identity" : "wasmtransformer", - "kind" : "remoteSourceControl", - "location" : "https://github.com/swiftwasm/WasmTransformer", - "state" : { - "revision" : "d04b31f61b6f528a9a96ebfe4fa4275e333eba82", - "version" : "0.5.0" - } - } - ], - "version" : 2 -}