diff options
| author | Emīls <emils@mullvad.net> | 2023-12-07 18:44:34 +0100 |
|---|---|---|
| committer | Emīls <emils@mullvad.net> | 2023-12-07 18:58:35 +0100 |
| commit | 89fcf61286530cebfae85369e710479bdd65d94e (patch) | |
| tree | dd385827b38a4b5ae6a39c0a26b6e88daa21f8ba | |
| parent | f423e870038c39df8083989ea980b595b7312c96 (diff) | |
| download | mullvadvpn-89fcf61286530cebfae85369e710479bdd65d94e.tar.xz mullvadvpn-89fcf61286530cebfae85369e710479bdd65d94e.zip | |
Use macos-13 for linting and formatting
| -rw-r--r-- | .github/workflows/ios.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 5f4342002d..cf1941a165 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -11,7 +11,7 @@ on: jobs: check-formatting: name: Check formatting - runs-on: macos-13-xlarge + runs-on: macos-13 steps: - name: Install SwiftFormat run: | @@ -29,7 +29,7 @@ jobs: swiftlint: name: Run swiftlint - runs-on: macos-13-xlarge + runs-on: macos-13 steps: - name: Checkout repository uses: actions/checkout@v3 |
