Skip to content

Commit

Permalink
Bump CI pipeline to use macOS latest
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-carlborg committed Jul 25, 2023
1 parent 9e5aeee commit 47f1349
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ jobs:
# /home is symlinked to /usr/home. pwd will return the resolved path.
work_directory: /usr/home/runner/work/action/action

- name: macos-12
- name: macos-latest
work_directory: /Users/runner/work/action/action

exclude:
- version: '12.2'
architecture: { name: arm64 }

- architecture: { name: arm64 }
host: { name: macos-12 }
host: { name: macos-latest }

steps:
- name: Checkout
Expand Down Expand Up @@ -90,15 +90,15 @@ jobs:
- name: ubuntu-latest
work_directory: /home/runner/work/action/action

- name: macos-12
- name: macos-latest
work_directory: /Users/runner/work/action/action

exclude:
- version: '6.8'
architecture: { name: arm64 }

- architecture: { name: arm64 }
host: { name: macos-12 }
host: { name: macos-latest }

steps:
- name: Checkout
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
- name: ubuntu-latest
work_directory: /home/runner/work/action/action

- name: macos-12
- name: macos-latest
work_directory: /Users/runner/work/action/action

steps:
Expand Down

0 comments on commit 47f1349

Please sign in to comment.