Skip to content

Commit

Permalink
Use names of free runners.
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanLennox committed Jun 5, 2024
1 parent 1562d29 commit 78f4905
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ jobs:
- "1.1"
- "3"
arch:
- { arch: x86_64, runner: macos-latest-large }
- { arch: arm64, runner: macos-latest-xlarge }
- { arch: x86_64, runner: macos-13 }
- { arch: arm64, runner: macos-14 }
runs-on: ${{ matrix.arch.runner }}

steps:
Expand Down

0 comments on commit 78f4905

Please sign in to comment.