Skip to content

Commit 894f828

Browse files
committed
Update runner and matrix
Signed-off-by: Viet Nguyen Duc <[email protected]>
1 parent cc5f8c3 commit 894f828

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/bazel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ on:
7070
jobs:
7171
bazel:
7272
name: ${{ inputs.name }}
73-
runs-on: ${{ format('{0}-latest', inputs.os) }}
73+
runs-on: ${{ contains(inputs.os, '-') && inputs.os || format('{0}-latest', inputs.os) }}
7474
env:
7575
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7676
SEL_M2_USER: ${{ secrets.SEL_M2_USER }}

.github/workflows/ci-ruby.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,14 @@ jobs:
7676
os:
7777
- windows
7878
- macos
79+
- macos-13
80+
include:
81+
- browser: firefox
82+
os: macos-13
7983
exclude:
80-
- browser: edge
84+
- browser: firefox
8185
os: macos
86+
- os: macos-13
8287
with:
8388
name: Local Tests (${{ matrix.browser }}, ${{ matrix.os }})
8489
browser: ${{ matrix.browser }}

0 commit comments

Comments
 (0)