Skip to content

Commit

Permalink
It seems macos-11 runners no longer exist, try running with macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
npresseault committed Jul 16, 2024
1 parent 6364907 commit f680306
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ on:
jobs:
cd:
name: Build library CD
# simulator names changed in macos-12 . Waiting on this to be released
# https://github.com/JetBrains/kotlin/commit/10947e2c45255cf89b8cee1598017b6fc61b0079
runs-on: macos-11
runs-on: macos-latest
continue-on-error: false
steps:
- name: Checkout
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ on: workflow_dispatch
jobs:
release:
name: Release library
# simulator names changed in macos-12 . Waiting on this to be released
# https://github.com/JetBrains/kotlin/commit/10947e2c45255cf89b8cee1598017b6fc61b0079
runs-on: macos-11
runs-on: macos-latest
continue-on-error: false
steps:
- name: Checkout
Expand Down

0 comments on commit f680306

Please sign in to comment.