test-build: Use macos-latest (macOS 14, M1)

This commit is contained in:
Krystine Sherwin 2024-04-30 11:01:30 +12:00
parent eae7356c70
commit 24b3690c25
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ jobs:
CC: clang
strategy:
matrix:
os: [ubuntu-latest, macos-13]
os: [ubuntu-latest, macos-latest]
fail-fast: false
steps:
- name: Checkout Yosys
@ -73,7 +73,7 @@ jobs:
CC: clang
strategy:
matrix:
os: [ubuntu-latest, macos-13]
os: [ubuntu-latest, macos-latest]
fail-fast: false
steps:
- name: Checkout Yosys