Skip to content

Commit

Permalink
Merge pull request #242 from privacybydesign/macos-runner-upgrade
Browse files Browse the repository at this point in the history
chore: upgrade mac os runner
  • Loading branch information
sjoerdlmkns authored Sep 29, 2023
2 parents 6510dae + 3c67dcc commit 8431d43
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency: ${{ github.ref }}

jobs:
build-irmagobridge-ios:
runs-on: macos-12
runs-on: macos-13
steps:
- name: Check out repository
uses: actions/checkout@v3
Expand All @@ -35,7 +35,7 @@ jobs:
path: android/irmagobridge/irmagobridge.aar
build-app-ios-alpha:
# Ad Hoc builds do not require unique build numbers, so we can build this on every push.
runs-on: macos-12
runs-on: macos-13
needs: build-irmagobridge-ios
environment: ad-hoc-alpha
steps:
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
shell: bash
continue-on-error: true
build-app-ios-beta:
runs-on: macos-12
runs-on: macos-13
needs: version-check
if: needs.version-check.outputs.version-changed == 'true'
environment: app-store-beta
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/status-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: ./.github/actions/setup-build-environment
- run: bundle exec fastlane unit_test
build-irmagobridge-ios:
runs-on: macos-12 # MacOS version is pinned, because it determines which XCode version is used.
runs-on: macos-13 # MacOS version is pinned, because it determines which XCode version is used.
needs: lint
steps:
- name: Check out repository
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
name: prototypes-alpha-android
path: ./build/app/outputs/apk/alpha/release/*.apk
build-app-ios-alpha:
runs-on: macos-12 # MacOS version is pinned, because it determines which XCode version is used.
runs-on: macos-13 # MacOS version is pinned, because it determines which XCode version is used.
needs: build-irmagobridge-ios
steps:
- name: Check out repository
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
name: app-${{ matrix.flavor }}-android-${{ matrix.type }}
path: ./fastlane/build/*
build-integration-test-ios:
runs-on: macos-12 # MacOS version is pinned, because it determines which XCode version is used.
runs-on: macos-13 # MacOS version is pinned, because it determines which XCode version is used.
needs: build-irmagobridge-ios
steps:
- name: Check out repository
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
### Internal
- Upgraded to Flutter 3.13.5
- Upgraded macos runner version to 13 in Github actions
- Added open.yivi.app to associated domains
- Upgraded packages and fixed various analyzer warnings

Expand Down

0 comments on commit 8431d43

Please sign in to comment.