Skip to content

Commit

Permalink
Bump CI runners to macOS-11. There is no support for macOS-10.15 anym…
Browse files Browse the repository at this point in the history
…ore.
  • Loading branch information
marceltaeumel committed May 8, 2023
1 parent f6ddb2c commit edfb26a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/extra.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
- { name: win32x86, os: windows-2019 }
- { name: linux64x64, os: ubuntu-20.04 }
- { name: linux32x86, os: ubuntu-20.04 }
- { name: macos64x64, os: macos-10.15 }
- { name: macos64x64, os: macos-11 }
# - { name: macos32x86, os: macos-latest }

flavor:
Expand Down Expand Up @@ -53,13 +53,13 @@ jobs:
- arch: { name: linux32x86, os: ubuntu-20.04 }
flavor: pharo.stack.spur.lowcode

# - arch: { name: macos64x64, os: macos-10.15 }
# - arch: { name: macos64x64, os: macos-11 }
# flavor: pharo.sista.spur # -Werror bc. decl. missing
- arch: { name: macos64x64, os: macos-10.15 }
- arch: { name: macos64x64, os: macos-11 }
flavor: pharo.stack.spur
# - arch: { name: macos64x64, os: macos-latest }
# flavor: pharo.cog.spur.lowcode # impl. decl. getThisSessionID
- arch: { name: macos64x64, os: macos-10.15 }
- arch: { name: macos64x64, os: macos-11 }
flavor: pharo.stack.spur.lowcode

exclude:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos-arm.yml
Expand Up @@ -54,7 +54,7 @@ jobs:
- debug
- assert

runs-on: macos-10.15 # macos-11 macos-latest
runs-on: macos-11 # macos-latest
name: ${{ matrix.flavor }} for ${{ matrix.arch }}${{ matrix.mode == 'debug' && ' (DEBUG)' || matrix.mode == 'assert' && ' (ASSERT)' || '' }}
env:
ARCH: ${{ matrix.arch }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Expand Up @@ -55,7 +55,7 @@ jobs:
- debug
- assert

runs-on: macos-10.15 # macos-11 macos-latest
runs-on: macos-11 # macos-latest
name: ${{ matrix.flavor }} for ${{ matrix.arch }}${{ matrix.mode == 'debug' && ' (DEBUG)' || matrix.mode == 'assert' && ' (ASSERT)' || '' }}
env:
ARCH: ${{ matrix.arch }}
Expand Down

0 comments on commit edfb26a

Please sign in to comment.