Skip to content

Commit 181eb7e

Browse files
committed
remove macOS 14; run multiple instances of macOS 15 CI to verify stability
1 parent 27b1917 commit 181eb7e

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,7 @@ jobs:
9999
os:
100100
- macos-15-large # x64
101101
- macos-15-xlarge # ARM
102-
- macos-14-large # x64
103-
- macos-14-xlarge # ARM
102+
instance: [1, 2, 3, 4, 5, 6, 7, 8]
104103
runs-on: ${{ matrix.os }}
105104
steps:
106105
- name: Checkout sources
@@ -115,22 +114,12 @@ jobs:
115114
working-directory: ./smithy-kotlin
116115
shell: bash
117116
run: |
118-
# EXPERIMENT: Bump memory profile for Kotlin daemon
119-
echo "Directory listing:"
120-
ls -alsh
121-
echo ""
122-
123-
echo "Making sed changes to gradle.properties"
117+
# Bump memory profile for Kotlin daemon
124118
cat gradle.properties \
125119
| sed -r 's/-Xmx[0-9]+G/-Xmx6G/g' \
126120
| sed -r 's/-XX:MaxMetaspaceSize=[0-9]+G/-XX:MaxMetaspaceSize=2G/g' \
127121
> gradle.properties2
128122
mv gradle.properties2 gradle.properties
129-
echo ""
130-
131-
echo "Directory listing:"
132-
ls -alsh
133-
echo ""
134123
135124
echo "Modified gradle.properties:"
136125
cat gradle.properties

0 commit comments

Comments
 (0)