Skip to content

Commit 4ade4aa

Browse files
committed
Rename simple.yml to macwin.yml
1 parent 3e54d3b commit 4ade4aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/simple.yml renamed to .github/workflows/macwin.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Simple
1+
name: MacWin
22
on:
33
push:
44
branches:
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
native:
12-
name: "Simple: GHC ${{ matrix.ghc }} on ${{ matrix.os }}"
12+
name: "GHC ${{ matrix.ghc }} on ${{ matrix.os }}"
1313
runs-on: ${{ matrix.os }}
1414
strategy:
1515
matrix:
@@ -24,7 +24,7 @@ jobs:
2424
git config --global core.eol lf
2525
2626
- name: Checkout
27-
uses: actions/checkout@v3.0.2
27+
uses: actions/checkout@v4
2828

2929
- name: Set up Haskell
3030
id: setup-haskell

0 commit comments

Comments
 (0)