Skip to content

Commit

Permalink
Try moving to macos 11 in azure pipelines CI
Browse files Browse the repository at this point in the history
  • Loading branch information
milot-mirdita committed Jul 9, 2024
1 parent ebfdc66 commit 25812ff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,10 @@ jobs:
targetPath: $(Build.SourcesDirectory)/build/src/foldseek
artifactName: foldseek-linux-$(SIMD)

- job: build_macos_11
displayName: macOS 11
- job: build_macos
displayName: macOS
pool:
vmImage: 'macos-11'
vmImage: 'macos-12'
steps:
- checkout: self
submodules: true
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
pool:
vmImage: 'ubuntu-latest'
dependsOn:
- build_macos_11
- build_macos
- build_ubuntu_2004
- build_ubuntu_cross_2004
steps:
Expand Down

0 comments on commit 25812ff

Please sign in to comment.