Skip to content

Commit

Permalink
Change mac OS version from 10.15 to 11 in Github Workflows (#1926)
Browse files Browse the repository at this point in the history
* Mac OS 10.15 -> 11

* Mac OS 10.15 -> 11 in matrix
  • Loading branch information
Coolthulhu authored Oct 2, 2022
1 parent 606d92c commit ef68601
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ jobs:
native: linux64
title: Clang 9, Ubuntu, Tiles, NoSound, ASan, UBSan
- compiler: clang++
os: macos-10.15
os: macos-11
cmake: 0
tiles: 1
sound: 1
native: osx
title: Clang 12, macOS 10.15, Tiles, Localize
title: Clang 12, macOS 11, Tiles, Localize
name: ${{ matrix.title }}
runs-on: ${{ matrix.os }}
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,14 +115,14 @@ jobs:
ext: tar.gz
content: application/gzip
- name: osx-curses-x64
os: macos-10.15
os: macos-11
mxe: none
tiles: 0
artifact: osx-curses-x64
ext: dmg
content: application/x-apple-diskimage
- name: osx-tiles-x64
os: macos-10.15
os: macos-11
mxe: none
tiles: 1
artifact: osx-tiles-x64
Expand Down

0 comments on commit ef68601

Please sign in to comment.