Skip to content

Commit

Permalink
ci.yml: Downgrade to free x86_64-darwin runner
Browse files Browse the repository at this point in the history
  • Loading branch information
roberth committed Jul 30, 2024
1 parent 0010230 commit 1474e5c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
image: "macos-latest"
os: "darwin"
system: "aarch64-darwin"
- name: "macos-14-large, x86_64-darwin"
image: "macos-14-large"
- name: "macos-13, x86_64-darwin"
image: "macos-13"
os: "darwin"
system: "x86_64-darwin"
runs-on: ${{ matrix.os.image }}
Expand Down Expand Up @@ -141,8 +141,8 @@ jobs:
image: "macos-latest"
os: "darwin"
system: "aarch64-darwin"
- name: "macos-14-large, x86_64-darwin"
image: "macos-14-large"
- name: "macos-13, x86_64-darwin"
image: "macos-13"
os: "darwin"
system: "x86_64-darwin"
runs-on: ${{ matrix.os.image }}
Expand Down Expand Up @@ -248,8 +248,8 @@ jobs:
image: "macos-latest"
os: "darwin"
system: "aarch64-darwin"
- name: "macos-14-large, x86_64-darwin"
image: "macos-14-large"
- name: "macos-13, x86_64-darwin"
image: "macos-13"
os: "darwin"
system: "x86_64-darwin"
runs-on: ${{ matrix.os.image }}
Expand Down

0 comments on commit 1474e5c

Please sign in to comment.