Skip to content

Commit

Permalink
Upgrading MacosX image when possible
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-noel committed Apr 22, 2022
1 parent 9d40c79 commit bb21c54
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/test-macosx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
maboss_llvm:
name: MaBoSS (clang)
runs-on: macos-10.15
runs-on: macos-11

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -750,7 +750,7 @@ jobs:
conda_cmaboss:
name: cMaBoSS Conda package
runs-on: macos-10.15
runs-on: macos-11
needs: cmaboss
if: github.ref == 'refs/heads/master' || github.event_name == 'release'

Expand Down Expand Up @@ -787,7 +787,7 @@ jobs:

conda_cmaboss_conda_forge:
name: cMaBoSS Conda package (conda-forge)
runs-on: macos-10.15
runs-on: macos-11
needs: cmaboss
if: github.ref == 'refs/heads/master' || github.event_name == 'release'

Expand Down Expand Up @@ -822,7 +822,7 @@ jobs:

cmaboss_conda_test:
name: cMaBoSS Anaconda package test
runs-on: macos-10.15
runs-on: macos-11
needs: conda_cmaboss

steps:
Expand Down Expand Up @@ -855,7 +855,7 @@ jobs:
cmaboss_conda_test_conda_forge:
name: cMaBoSS Anaconda package test (conda-forge)
runs-on: macos-10.15
runs-on: macos-11
needs: conda_cmaboss_conda_forge

steps:
Expand Down Expand Up @@ -890,7 +890,7 @@ jobs:
cmaboss_conda_publish:
name: cMaBoSS Anaconda package publication
runs-on: macos-10.15
runs-on: macos-11
needs: cmaboss_conda_test

steps:
Expand Down Expand Up @@ -923,7 +923,7 @@ jobs:
cmaboss_conda_publish_conda_forge:
name: cMaBoSS Anaconda package publication (conda-forge)
runs-on: macos-10.15
runs-on: macos-11
needs: cmaboss_conda_test_conda_forge

steps:
Expand Down

0 comments on commit bb21c54

Please sign in to comment.