Skip to content

Commit dcfa0b3

Browse files
committed
use a non-xl mac runner because the XL runners keep queing
1 parent 2b996f1 commit dcfa0b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
7373
test-mac:
7474
name: Test MacOS
75-
runs-on: macos-latest-xl
75+
runs-on: macos-latest
7676
if: ${{ github.event_name == 'pull_request' }}
7777
steps:
7878
- name: Set up Go 1.19

0 commit comments

Comments
 (0)