Skip to content

Commit

Permalink
ci: use explicit runner versions
Browse files Browse the repository at this point in the history
  • Loading branch information
DanySK authored and mergify[bot] committed Dec 8, 2023
1 parent 9e77947 commit 7fa5e9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
build:
strategy:
matrix:
os: [windows, macos, ubuntu]
os: [ windows-2022, macos-12, ubuntu-22.04 ]
fail-fast: false
runs-on: ${{ matrix.os }}-latest
runs-on: ${{ matrix.os }}
steps:
# Checkout the repository
- name: Checkout
Expand Down

0 comments on commit 7fa5e9e

Please sign in to comment.