aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/github-actions.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/github-actions.yml')
-rw-r--r--.github/workflows/github-actions.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml
index d36f91a..df099ea 100644
--- a/.github/workflows/github-actions.yml
+++ b/.github/workflows/github-actions.yml
@@ -36,7 +36,7 @@ jobs:
toxpython: 'python3.8'
python_arch: 'x64'
tox_env: 'py38'
- os: 'macos-13'
+ os: 'macos-latest'
- name: 'py39 (ubuntu)'
python: '3.9'
toxpython: 'python3.9'
@@ -54,7 +54,7 @@ jobs:
toxpython: 'python3.9'
python_arch: 'x64'
tox_env: 'py39'
- os: 'macos-13'
+ os: 'macos-latest'
- name: 'py310 (ubuntu)'
python: '3.10'
toxpython: 'python3.10'
@@ -72,7 +72,7 @@ jobs:
toxpython: 'python3.10'
python_arch: 'x64'
tox_env: 'py310'
- os: 'macos-13'
+ os: 'macos-latest'
- name: 'py311 (ubuntu)'
python: '3.11'
toxpython: 'python3.11'