Skip to content

Commit

Permalink
💚 Change runs-on macos-12 to macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
vero1024 committed Dec 16, 2024
1 parent 4d62575 commit 2ffafc0
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/okta-react-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Execute snyk.sh
run: bash ./scripts/snyk.sh
iOSUnitTests:
runs-on: macos-12
runs-on: macos-13
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -43,7 +43,7 @@ jobs:
uses: actions/cache@v3
with:
path: ./ios/Pods
key: pods-${{ hashFiles('./ios/Podfile.lock') }}
key: pods-${{ hashFiles('./ios/Podfile.lock') }}
- name: Preparation before iOS Build
run: |
pod install --project-directory=ios --repo-update
Expand All @@ -56,19 +56,19 @@ jobs:
-destination "platform=iOS Simulator,OS=latest,name=iPhone 14" \
clean test | xcpretty
# iOSUITests:
# runs-on: macos-12
# runs-on: macos-13
# steps:
# - uses: actions/checkout@v3
# - name: Cache ./node_modules
# - name: Cache ./node_modules
# uses: ./.github/workflows/composite/configure-node
# with:
# with:
# node-path: ./node_modules
# lock-hash: ${{ hashFiles('yarn.lock') }}
# - name: Build okta-react-native package
# run: yarn build
# run: yarn build
# - name: Cache e2e/node_modules
# uses: ./.github/workflows/composite/configure-node
# with:
# with:
# node-path: ./e2e/node_modules
# lock-hash: ${{ hashFiles('./e2e/yarn.lock') }}
# install-path: ./e2e
Expand All @@ -88,11 +88,11 @@ jobs:
# cd ../..
# echo -e "CLIENT_ID=${{ secrets.CLIENT_ID }}\nISSUER=${{ secrets.ISSUER }}\nREDIRECT_URI=${{ secrets.REDIRECT_URI }}\nLOGOUT_REDIRECT_URI=${{secrets.LOGOUT_REDIRECT_URI}}" > e2e/.env
# - name: iOS
# env:
# env:
# OKTA_USERNAME: ${{ secrets.OKTA_USERNAME }}
# OKTA_PASSWORD: ${{ secrets.OKTA_PASSWORD }}
# run: |
# set -o pipefail
# run: |
# set -o pipefail
# xcodebuild \
# -workspace e2e/ios/E2EOktaReactNative.xcworkspace \
# -scheme E2EOktaReactNative \
Expand All @@ -116,7 +116,7 @@ jobs:

# - name: Configure node_modules
# uses: ./.github/workflows/composite/configure-node
# with:
# with:
# node-path: ./node_modules
# lock-hash: ${{ hashFiles('yarn.lock') }}

Expand All @@ -125,7 +125,7 @@ jobs:

# - name: Configure e2e/node_modules
# uses: ./.github/workflows/composite/configure-node
# with:
# with:
# node-path: ./e2e/node_modules
# lock-hash: ${{ hashFiles('./e2e/yarn.lock') }}
# install-path: ./e2e
Expand Down

0 comments on commit 2ffafc0

Please sign in to comment.