Skip to content

Commit

Permalink
Determine whether step will run on Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
rwbutler committed Nov 6, 2023
1 parent 2893d1c commit 115bb82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: Swift ${{ matrix.swift }} on ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest]
os: [ubuntu-latest]
swift: ["5.9"]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 115bb82

Please sign in to comment.