Skip to content

Commit 9969936

Browse files
committed
Replace obsolete macos-13 with macos-latest in GH-Actions
1 parent 9a85e00 commit 9969936

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/install_run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
os: [ubuntu-latest, macos-13, windows-latest]
29+
os: [ubuntu-latest, macos-latest, windows-latest]
3030
profile:
3131
- description: Universal profile on a static font
3232
name: universal

.github/workflows/lint_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
strategy:
5656
fail-fast: false
5757
matrix:
58-
os: [ubuntu-latest, macos-13, windows-latest]
58+
os: [ubuntu-latest, macos-latest, windows-latest]
5959
python-version: ["3.9", "3.10", "3.11", "3.12"]
6060

6161
steps:

0 commit comments

Comments
 (0)