Skip to content

Commit

Permalink
explicitly named runner VMs
Browse files Browse the repository at this point in the history
  • Loading branch information
adorton-adobe committed Oct 11, 2022
1 parent 22a8adc commit 98e13ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ jobs:
arch: [x86_64-apple-darwin, aarch64-apple-darwin, x86_64-pc-windows-msvc]
include:
- arch: x86_64-pc-windows-msvc
os: windows-latest
os: windows-2022
- arch: x86_64-apple-darwin
os: macos-latest
os: macos-11
- arch: aarch64-apple-darwin
os: macos-latest
os: macos-11

steps:
- name: upgrade XCode
uses: maxim-lobanov/setup-xcode@v1
if: ${{ matrix.os == 'macos-latest' }}
if: ${{ matrix.os == 'macos-11' }}
with:
xcode-version: latest-stable

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
steps:
- name: upgrade XCode
uses: maxim-lobanov/setup-xcode@v1
if: ${{ matrix.os == 'macos-latest' }}
if: ${{ matrix.os == 'macos-11' }}
with:
xcode-version: latest-stable

Expand Down

0 comments on commit 98e13ef

Please sign in to comment.