Skip to content

Commit 48b9067

Browse files
authoredDec 18, 2024
Add macos-13 to the workflows and upgrade publish-actions from 0.2.2 to 0.3.0 (#1174)
* Update versions.yml * Update versions.yml * ubuntu-24, macos-13 updates * check -failure fix
1 parent 39370e3 commit 48b9067

File tree

4 files changed

+19
-19
lines changed

4 files changed

+19
-19
lines changed
 

‎.github/workflows/e2e-cache.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
os: [ubuntu-latest, windows-latest, macos-latest]
21+
os: [ubuntu-latest, windows-latest, macos-latest, macos-13]
2222
node-version: [18, 20, 22]
2323
steps:
2424
- uses: actions/checkout@v4
@@ -41,7 +41,7 @@ jobs:
4141
strategy:
4242
fail-fast: false
4343
matrix:
44-
os: [ubuntu-latest, windows-latest, macos-latest]
44+
os: [ubuntu-latest, windows-latest, macos-latest, macos-13]
4545
node-version: [18, 20, 22]
4646
steps:
4747
- uses: actions/checkout@v4
@@ -74,7 +74,7 @@ jobs:
7474
strategy:
7575
fail-fast: false
7676
matrix:
77-
os: [ubuntu-latest, windows-latest, macos-latest]
77+
os: [ubuntu-latest, windows-latest, macos-latest, macos-13]
7878
node-version: [18, 20]
7979
steps:
8080
- uses: actions/checkout@v4
@@ -106,7 +106,7 @@ jobs:
106106
strategy:
107107
fail-fast: false
108108
matrix:
109-
os: [ubuntu-latest, windows-latest, macos-latest]
109+
os: [ubuntu-latest, windows-latest, macos-latest, macos-13]
110110
node-version: [18, 20, 22]
111111
steps:
112112
- uses: actions/checkout@v4

‎.github/workflows/release-new-action-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Update the ${{ env.TAG_NAME }} tag
25-
uses: actions/publish-action@v0.2.2
25+
uses: actions/publish-action@v0.3.0
2626
with:
2727
source-tag: ${{ env.TAG_NAME }}
2828
slack-webhook: ${{ secrets.SLACK_WEBHOOK }}

‎.github/workflows/versions.yml

+11-11
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
os: [ubuntu-latest, windows-latest, macos-latest]
20+
os: [ubuntu-latest, windows-latest, macos-latest, macos-13]
2121
node-version: [18, 20, 22]
2222
steps:
2323
- uses: actions/checkout@v4
@@ -56,7 +56,7 @@ jobs:
5656
strategy:
5757
fail-fast: false
5858
matrix:
59-
os: [ubuntu-latest, windows-latest, macos-latest]
59+
os: [ubuntu-latest, windows-latest, macos-latest, macos-13]
6060
node-version:
6161
[
6262
'20-v8-canary',
@@ -81,7 +81,7 @@ jobs:
8181
strategy:
8282
fail-fast: false
8383
matrix:
84-
os: [ubuntu-latest, windows-latest, macos-latest]
84+
os: [ubuntu-latest, windows-latest, macos-latest, macos-13]
8585
node-version:
8686
[20.11.0-nightly202312211a0be537da, 21-nightly, 18.0.0-nightly]
8787
steps:
@@ -102,7 +102,7 @@ jobs:
102102
strategy:
103103
fail-fast: false
104104
matrix:
105-
os: [ubuntu-latest, windows-latest, macos-latest]
105+
os: [ubuntu-latest, windows-latest, macos-latest, macos-13]
106106
node-version: [20.0.0-rc.1, 18.0.0-rc.2, 19.0.0-rc.0]
107107
steps:
108108
- uses: actions/checkout@v4
@@ -122,7 +122,7 @@ jobs:
122122
strategy:
123123
fail-fast: false
124124
matrix:
125-
os: [ubuntu-latest, windows-latest, macos-latest]
125+
os: [ubuntu-latest, windows-latest, macos-latest, macos-13]
126126
node-version: [18.20.0, 20.10.0, 22.0.0]
127127
steps:
128128
- uses: actions/checkout@v4
@@ -139,7 +139,7 @@ jobs:
139139
strategy:
140140
fail-fast: false
141141
matrix:
142-
os: [ubuntu-latest, windows-latest, macos-latest]
142+
os: [ubuntu-latest, windows-latest, macos-latest, macos-13]
143143
node-version: [18, 20, 22]
144144
steps:
145145
- uses: actions/checkout@v4
@@ -157,7 +157,7 @@ jobs:
157157
strategy:
158158
fail-fast: false
159159
matrix:
160-
os: [ubuntu-latest, windows-latest, macos-latest]
160+
os: [ubuntu-latest, windows-latest, macos-latest, macos-13]
161161
node-version-file:
162162
[.nvmrc, .tool-versions, .tool-versions-node, package.json]
163163
steps:
@@ -174,7 +174,7 @@ jobs:
174174
strategy:
175175
fail-fast: false
176176
matrix:
177-
os: [ubuntu-latest, windows-latest, macos-latest]
177+
os: [ubuntu-latest, windows-latest, macos-latest, macos-13]
178178
steps:
179179
- uses: actions/checkout@v4
180180
- name: Setup node from node version file
@@ -189,7 +189,7 @@ jobs:
189189
strategy:
190190
fail-fast: false
191191
matrix:
192-
os: [ubuntu-latest, windows-latest, macos-latest]
192+
os: [ubuntu-latest, windows-latest, macos-latest, macos-13]
193193
steps:
194194
- uses: actions/checkout@v4
195195
- name: Setup node from node version file
@@ -204,7 +204,7 @@ jobs:
204204
strategy:
205205
fail-fast: false
206206
matrix:
207-
os: [ubuntu-latest, windows-latest, macos-latest]
207+
os: [ubuntu-latest, windows-latest, macos-latest, macos-13]
208208
node-version: [17, 19]
209209
steps:
210210
- uses: actions/checkout@v4
@@ -251,7 +251,7 @@ jobs:
251251
strategy:
252252
fail-fast: false
253253
matrix:
254-
os: [ubuntu-latest, windows-latest, macos-latest]
254+
os: [ubuntu-latest, windows-latest, macos-latest, macos-13]
255255
node-version: [current, latest, node]
256256
steps:
257257
- name: Get node version

‎package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Failed to load comments.