Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed May 15, 2024
1 parent 5beb6fa commit 85bf06a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
on: push

jobs:
macos-10:
runs-on: macos-10
steps:
- run: echo hello
macos-10-15:
runs-on: macos-10.15
steps:
- run: echo hello
macos-11:
runs-on: macos-11
steps:
- run: echo hello
macos-11-0:
runs-on: macos-11.0
steps:
- run: echo hello

0 comments on commit 85bf06a

Please sign in to comment.