Skip to content

Commit 3542545

Browse files
committed
ci: update macos runners
Following the GitHub runner roadmap: actions/runner-images#9255 fixes #1508
1 parent 560436f commit 3542545

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run-tests:
4848
strategy:
4949
matrix:
50-
os: [ubuntu-22.04, macos-11, macos-12, windows-2019, windows-2022]
50+
os: [ubuntu-22.04, macos-12, macos-13, macos-13-arm64, windows-2019, windows-2022]
5151
runs-on: ${{ matrix.os }}
5252
steps:
5353
- name: Checkout code

tests/integration/commands/test_init.py

-4
Original file line numberDiff line numberDiff line change
@@ -222,10 +222,6 @@ def test_executable_set(new_path, init_command):
222222

223223
@pytest.mark.slow()
224224
@pytest.mark.skipif(sys.platform == "win32", reason="does not run on windows")
225-
@pytest.mark.xfail(
226-
platform.system() == "Darwin" and platform.platform().startswith("macOS-11."),
227-
reason="Currently failing on macos 11, see https://github.com/canonical/charmcraft/issues/1508",
228-
)
229225
@pytest.mark.skipif(bool(os.getenv("RUNNING_TOX")), reason="does not work inside tox")
230226
@pytest.mark.parametrize("profile", list(commands.init.PROFILES))
231227
def test_tox_success(new_path, init_command, profile):

0 commit comments

Comments
 (0)