Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit a4757e0

Browse files
authored
Merge pull request #154 from asottile/asottile-patch-1
add macos-intel now that macos-latest is arm64
2 parents 2cc3fa1 + 7d273de commit a4757e0

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

.github/actions/pre-test/action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
runs:
22
using: composite
33
steps:
4-
- uses: actions/setup-go@v3
4+
- uses: actions/setup-go@v5
5+
with:
6+
go-version: '>=1.22'

.github/workflows/main.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,19 @@ on:
88

99
jobs:
1010
main-macos:
11-
uses: asottile/workflows/.github/workflows/tox.yml@v1.5.0
11+
uses: asottile/workflows/.github/workflows/tox.yml@v1.6.1
1212
with:
1313
env: '["py38"]'
1414
os: macos-latest
1515
wheel-tags: true
16+
main-macos-intel:
17+
uses: asottile/workflows/.github/workflows/[email protected]
18+
with:
19+
env: '["py38"]'
20+
os: macos-13
21+
wheel-tags: true
1622
main-linux:
17-
uses: asottile/workflows/.github/workflows/tox.yml@v1.5.0
23+
uses: asottile/workflows/.github/workflows/tox.yml@v1.6.1
1824
with:
1925
env: '["py38", "py39", "py310"]'
2026
os: ubuntu-latest

0 commit comments

Comments
 (0)