Skip to content

Commit 949d780

Browse files
committed
rm macos tests
1 parent 22410e6 commit 949d780

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/jlpkgbutler-ci-master-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
julia-version: ['1.0', '1.1', '1.2', '1.3', '1.4', '1.5', '1.6', '1.7', '1.8', '1.9', '1.10', '1.11']
16-
os: [ubuntu-latest, windows-latest, macOS-latest]
16+
os: [ubuntu-latest, windows-latest]
1717
steps:
1818
- uses: actions/checkout@v4
1919
- uses: julia-actions/install-juliaup@v1

.github/workflows/jlpkgbutler-ci-pr-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
julia-version: ['1.0', '1.1', '1.2', '1.3', '1.4', '1.5', '1.6', '1.7', '1.8', '1.9', '1.10', '1.11']
13-
os: [ubuntu-latest, windows-latest, macOS-latest]
13+
os: [ubuntu-latest, windows-latest]
1414

1515
steps:
1616
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)