Skip to content

Commit ae1e389

Browse files
committed
.github: Change runner type
1 parent d377ee6 commit ae1e389

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
pr-pull:
1010
if: contains(github.event.pull_request.labels.*.name, 'pr-pull')
11-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-24.04
1212
permissions:
1313
contents: write
1414
pull-requests: write

.github/workflows/tests.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ jobs:
1010
test-bot:
1111
strategy:
1212
matrix:
13-
os: [ubuntu-22.04, macos-13, macos-15]
13+
os:
14+
- ubuntu-24.04
15+
- macos-13 # x86-64
16+
- macos-14 # arm64
17+
- macos-15 # arm64
1418
runs-on: ${{ matrix.os }}
1519
steps:
1620
- name: Set up Homebrew

0 commit comments

Comments
 (0)