From a464815c590d8aeb224d9483cacd53ac53bf1a74 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Tue, 3 Oct 2023 14:17:25 +0300 Subject: [PATCH] CONFIG: Update GitHub actions to use M1 runners --- .github/workflows/ci.yml | 6 +++--- .github/workflows/documentation.yml | 2 +- .github/workflows/integration.yml | 2 +- Package.resolved | 23 +++++++++++++++++++++++ 4 files changed, 28 insertions(+), 5 deletions(-) create mode 100644 Package.resolved diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ab1b171..0fb3dcd3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ env: jobs: build-test: name: Build and Test - runs-on: macos-13 + runs-on: macos-13-xlarge steps: - name: Checkout uses: actions/checkout@v3 @@ -35,7 +35,7 @@ jobs: build-and-test-platforms: name: Build and Test (${{ matrix.name }}) - runs-on: macos-13 + runs-on: macos-13-xlarge continue-on-error: true strategy: matrix: @@ -75,7 +75,7 @@ jobs: build-documentation: name: Build Documentation - runs-on: macos-13 + runs-on: macos-13-xlarge env: SWIFTCI_DOCC: 1 steps: diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index c44ecb47..f4565972 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -27,7 +27,7 @@ jobs: environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }}documentation/tmdb - runs-on: macos-13 + runs-on: macos-13-xlarge steps: - name: Checkout uses: actions/checkout@v3 diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 8451649a..88722acf 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -19,7 +19,7 @@ env: jobs: integration-test: name: Integration Test - runs-on: macos-13 + runs-on: macos-13-xlarge steps: - name: Checkout uses: actions/checkout@v3 diff --git a/Package.resolved b/Package.resolved new file mode 100644 index 00000000..10155ea6 --- /dev/null +++ b/Package.resolved @@ -0,0 +1,23 @@ +{ + "pins" : [ + { + "identity" : "swift-docc-plugin", + "kind" : "remoteSourceControl", + "location" : "https://github.com/apple/swift-docc-plugin.git", + "state" : { + "revision" : "26ac5758409154cc448d7ab82389c520fa8a8247", + "version" : "1.3.0" + } + }, + { + "identity" : "swift-docc-symbolkit", + "kind" : "remoteSourceControl", + "location" : "https://github.com/apple/swift-docc-symbolkit", + "state" : { + "revision" : "b45d1f2ed151d057b54504d653e0da5552844e34", + "version" : "1.0.0" + } + } + ], + "version" : 2 +}