macos-latest for GitHub workflows (#626)

Workflows stopped running since we were on old MacOS versions. Using
latest should fix this longer-term.
This commit is contained in:
kaczmarczyck
2023-05-07 04:36:13 +02:00
committed by GitHub
parent 99f81adc55
commit 94b0beed4b
3 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ jobs:
build_boards:
strategy:
matrix:
os: [ubuntu-latest, macos-10.15]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2

View File

@@ -9,7 +9,7 @@ jobs:
build_ctap2:
strategy:
matrix:
os: [ubuntu-latest, macos-10.15]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2

View File

@@ -9,7 +9,7 @@ jobs:
check_hashes:
strategy:
matrix:
os: [ubuntu-latest, macos-10.15]
os: [ubuntu-latest, macos-latest]
fail-fast: false
runs-on: ${{ matrix.os }}
steps: