Skip to content

Commit 102f9b8

Browse files
authored
Drop macos-13 from actions runner (#12)
* Drop macos-13 from actions runner Related: crazywhalecc/static-php-cli#922 * Update ext-matrix-tests-php80.yml crazywhalecc/static-php-cli#922 * Update macOS versions in PHP 8.4 workflow * Update macOS runners in pack-libs workflow
1 parent 8d96a5b commit 102f9b8

File tree

4 files changed

+20
-20
lines changed

4 files changed

+20
-20
lines changed

.github/workflows/build-php-unix.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
- "8.4"
2020
runner:
2121
- "ubuntu-latest"
22-
- "macos-13"
22+
- "macos-15-intel"
2323
- "ubuntu-24.04-arm"
24-
- "macos-14"
24+
- "macos-15"
2525
- "ubuntu-22.04"
2626
- "ubuntu-22.04-arm"
2727
combination:
@@ -32,8 +32,8 @@ jobs:
3232
exclude:
3333
- { runner: "ubuntu-latest", combination: "gnu-bulk" }
3434
- { runner: "ubuntu-24.04-arm", combination: "gnu-bulk" }
35-
- { runner: "macos-13", combination: "gnu-bulk" }
36-
- { runner: "macos-14", combination: "gnu-bulk" }
35+
- { runner: "macos-15-intel", combination: "gnu-bulk" }
36+
- { runner: "macos-15", combination: "gnu-bulk" }
3737
- { runner: "ubuntu-22.04", combination: "minimal" }
3838
- { runner: "ubuntu-22.04", combination: "bulk" }
3939
- { runner: "ubuntu-22.04", combination: "common" }
@@ -85,12 +85,12 @@ jobs:
8585
echo "ARCH=x86_64" >> "$GITHUB_OUTPUT"
8686
echo "CMD=bin/spc" >> "$GITHUB_OUTPUT"
8787
;;
88-
macos-13)
88+
macos-15-intel)
8989
echo "OS=macos" >> "$GITHUB_OUTPUT"
9090
echo "ARCH=x86_64" >> "$GITHUB_OUTPUT"
9191
echo "CMD=bin/spc" >> "$GITHUB_OUTPUT"
9292
;;
93-
macos-14)
93+
macos-15)
9494
echo "OS=macos" >> "$GITHUB_OUTPUT"
9595
echo "ARCH=aarch64" >> "$GITHUB_OUTPUT"
9696
echo "CMD=bin/spc" >> "$GITHUB_OUTPUT"

.github/workflows/ext-matrix-tests-php80.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ jobs:
8181
- "8.0"
8282
operating-system:
8383
- "ubuntu-latest"
84-
#- "macos-13"
84+
#- "macos-15-intel"
8585
#- "debian-arm64-self-hosted"
86-
- "macos-14"
86+
- "macos-15"
8787

8888
steps:
8989
- name: "Checkout"
@@ -95,11 +95,11 @@ jobs:
9595
OS=""
9696
if [ "${{ matrix.operating-system }}" = "ubuntu-latest" ]; then
9797
OS="linux-x86_64"
98-
elif [ "${{ matrix.operating-system }}" = "macos-13" ]; then
98+
elif [ "${{ matrix.operating-system }}" = "macos-15-intel" ]; then
9999
OS="macos-x86_64"
100100
elif [ "${{ matrix.operating-system }}" = "debian-arm64-self-hosted" ]; then
101101
OS="linux-aarch64"
102-
elif [ "${{ matrix.operating-system }}" = "macos-14" ]; then
102+
elif [ "${{ matrix.operating-system }}" = "macos-15" ]; then
103103
OS="macos-aarch64"
104104
fi
105105
echo "OS=$OS" >> $GITHUB_ENV

.github/workflows/ext-matrix-tests-php84.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ jobs:
8585
- "8.4"
8686
operating-system:
8787
- "ubuntu-latest"
88-
#- "macos-13"
88+
#- "macos-15-intel"
8989
#- "debian-arm64-self-hosted"
90-
- "macos-14"
90+
- "macos-15"
9191

9292
steps:
9393
- name: "Checkout"
@@ -99,11 +99,11 @@ jobs:
9999
OS=""
100100
if [ "${{ matrix.operating-system }}" = "ubuntu-latest" ]; then
101101
OS="linux-x86_64"
102-
elif [ "${{ matrix.operating-system }}" = "macos-13" ]; then
102+
elif [ "${{ matrix.operating-system }}" = "macos-15-intel" ]; then
103103
OS="macos-x86_64"
104104
elif [ "${{ matrix.operating-system }}" = "debian-arm64-self-hosted" ]; then
105105
OS="linux-aarch64"
106-
elif [ "${{ matrix.operating-system }}" = "macos-14" ]; then
106+
elif [ "${{ matrix.operating-system }}" = "macos-15" ]; then
107107
OS="macos-aarch64"
108108
fi
109109
echo "OS=$OS" >> $GITHUB_ENV

.github/workflows/pack-libs.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232
- ubuntu-22.04 # x86_64 glibc
3333
- ubuntu-24.04-arm # aarch64 musl
3434
- ubuntu-22.04-arm # aarch64 glibc
35-
- macos-13
35+
- macos-15-intel
3636
- windows-2022
37-
- macos-14
37+
- macos-15
3838
lib:
3939
- gmssl
4040
- jbig
@@ -89,8 +89,8 @@ jobs:
8989
- { runner: "windows-2022", lib: "jbig" }
9090
- { runner: "windows-2022", lib: "lerc" }
9191
- { runner: "windows-2022", lib: "libacl" }
92-
- { runner: "macos-13", lib: "libacl" }
93-
- { runner: "macos-14", lib: "libacl" }
92+
- { runner: "macos-15-intel", lib: "libacl" }
93+
- { runner: "macos-15", lib: "libacl" }
9494
fail-fast: false
9595
steps:
9696
- name: "Process env string"
@@ -128,13 +128,13 @@ jobs:
128128
echo "CMD=bin/spc" >> "$GITHUB_OUTPUT"
129129
echo "SUFFIX=tgz" >> "$GITHUB_OUTPUT"
130130
;;
131-
macos-13)
131+
macos-15-intel)
132132
echo "OS=darwin" >> "$GITHUB_OUTPUT"
133133
echo "ARCH=x86_64" >> "$GITHUB_OUTPUT"
134134
echo "CMD=bin/spc" >> "$GITHUB_OUTPUT"
135135
echo "SUFFIX=txz" >> "$GITHUB_OUTPUT"
136136
;;
137-
macos-14)
137+
macos-15)
138138
echo "OS=darwin" >> "$GITHUB_OUTPUT"
139139
echo "ARCH=aarch64" >> "$GITHUB_OUTPUT"
140140
echo "CMD=bin/spc" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)