ci: actually no need to build on ubuntu i think
This commit is contained in:
@@ -6,7 +6,8 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: true
|
||||
matrix:
|
||||
os: [ubuntu-latest, nix-runner]
|
||||
# os: [ubuntu-latest, nix-runner]
|
||||
os: [nix-runner]
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
|
||||
|
||||
Reference in New Issue
Block a user