Skip to content

Commit

Permalink
chore: specify os versions in gha (#1164)
Browse files Browse the repository at this point in the history
Signed-off-by: Bryce McMath <[email protected]>
  • Loading branch information
bryce-mcmath authored Jun 14, 2024
1 parent f039706 commit 89e00de
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
jobs:
release-canary:
name: Alpha Release
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
timeout-minutes: 7
steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
lint:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
name: Linting
steps:
- name: Checkout aries-mobile-agent-react-native
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
yarn run lint
test:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
name: Testing
steps:
- name: Checkout aries-mobile-agent-react-native
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/repolinter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
lint:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
container: ghcr.io/todogroup/repolinter:v0.10.1
steps:
- name: Checkout Code
Expand Down
10 changes: 5 additions & 5 deletions packages/react-native-attestation/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
lint:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -24,7 +24,7 @@ jobs:
run: yarn typecheck

test:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -36,7 +36,7 @@ jobs:
run: yarn test --maxWorkers=2 --coverage

build-library:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -48,7 +48,7 @@ jobs:
run: yarn prepack

build-android:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
env:
TURBO_CACHE_DIR: .turbo/android
steps:
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
yarn turbo run build:android --cache-dir="${{ env.TURBO_CACHE_DIR }}"
build-ios:
runs-on: macos-latest
runs-on: macos-13
env:
TURBO_CACHE_DIR: .turbo/ios
steps:
Expand Down

0 comments on commit 89e00de

Please sign in to comment.