Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

Commit

Permalink
Fixes CI runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix "xq" Queißner committed Sep 20, 2023
1 parent 2b25d1f commit 9e40dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, macos-latest, linux-latest]
os: [windows-latest, macos-latest, ubuntu-latest]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 9e40dda

Please sign in to comment.