Skip to content

Commit b38d082

Browse files
authored
!fixup resolve conflicts
1 parent 3a40d55 commit b38d082

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,7 @@ jobs:
6666
GHC_FOR_RELEASE: ${{ format('["{0}"]', env.GHC_FOR_RELEASE) }}
6767
strategy:
6868
matrix:
69-
<<<<<<< HEAD
70-
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
71-
=======
72-
os: [ubuntu-latest, macos-13, windows-latest]
73-
>>>>>>> d36e0d097 (CI: force MacOS jobs to use Intel runners (`macos-13`))
69+
os: ["ubuntu-latest", "macos-13", "windows-latest"]
7470
# If you remove something from here.. then add it to the old-ghcs job.
7571
ghc: ["9.8.2", "9.6.4", "9.4.8", "9.2.8", "9.0.2", "8.10.7", "8.8.4", "8.6.5"]
7672
exclude:

0 commit comments

Comments
 (0)