Skip to content

Commit

Permalink
Test with latest m1 macos runner
Browse files Browse the repository at this point in the history
  • Loading branch information
PradyumnaKrishna authored Feb 4, 2024
1 parent b69cfc3 commit 9258d06
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
runner: [macos-latest-xlarge]
runner: [macos-14]
in_toto_go: ['latest', 'HEAD']
in_toto_python: ['latest', 'HEAD']
runs-on: ${{matrix.runner}}
Expand All @@ -22,6 +22,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Arch
run: uname -m

- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 9258d06

Please sign in to comment.