Skip to content

Commit

Permalink
ci(app): update macos-14 runner
Browse files Browse the repository at this point in the history
Signed-off-by: Rolson Quadras <[email protected]>
  • Loading branch information
rolsonquadras committed Jun 24, 2024
1 parent 8642295 commit 6ded9b7
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
path: /tmp/mock-attestation.tar

iOSFlutterIntegrationTest:
runs-on: macos-12
runs-on: macos-14
needs: [ BuildMockLoginConsentServer, BuilMockTrustRegistryServer, BuilMockAttestationServer ]
steps:
- name: Checkout
Expand Down Expand Up @@ -186,8 +186,9 @@ jobs:
echo '127.0.0.1 vc-rest-echo.trustbloc.local' | sudo tee -a /etc/hosts
echo '127.0.0.1 api-gateway.trustbloc.local' | sudo tee -a /etc/hosts
echo '127.0.0.1 cognito-mock.trustbloc.local' | sudo tee -a /etc/hosts
brew install docker docker-compose
colima start
brew remove qemu lima colima && rm -rf ~/.lima && rm -rf ~/.colima
brew install docker docker-compose colima
/opt/homebrew/opt/colima/bin/colima start
- name: Download artifacts (Docker images) from previous workflows
uses: actions/download-artifact@v4
- name: Load mock-login-consent server
Expand Down Expand Up @@ -229,7 +230,7 @@ jobs:
docker ps -a
AndroidFlutterIntegrationTest:
runs-on: macos-12
runs-on: macos-14
needs: [ BuildMockLoginConsentServer, BuilMockTrustRegistryServer, BuilMockAttestationServer ]
steps:
- name: checkout
Expand Down Expand Up @@ -259,7 +260,9 @@ jobs:
echo '127.0.0.1 vc-rest-echo.trustbloc.local' | sudo tee -a /etc/hosts
echo '127.0.0.1 api-gateway.trustbloc.local' | sudo tee -a /etc/hosts
echo '127.0.0.1 cognito-mock.trustbloc.local' | sudo tee -a /etc/hosts
brew install docker docker-compose
brew install docker docker-compose colima
brew upgrade
colima delete
colima start
- name: Download artifacts (Docker images) from previous workflows
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 6ded9b7

Please sign in to comment.