Skip to content

Commit 3887b76

Browse files
committed
Update action to macos-13
1 parent 7be7135 commit 3887b76

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313
strategy:
1414
matrix:
15-
os: [windows-2019, ubuntu-20.04, macos-12]
15+
os: [windows-2019, ubuntu-20.04, macos-13]
1616

1717
steps:
1818
- uses: actions/checkout@v4
@@ -54,7 +54,7 @@ jobs:
5454
needs: build_wheel
5555
strategy:
5656
matrix:
57-
os: [windows-2019, ubuntu-20.04, macos-12]
57+
os: [windows-2019, ubuntu-20.04, macos-13]
5858

5959
steps:
6060
- uses: actions/checkout@v4
@@ -139,10 +139,10 @@ jobs:
139139
name: wheel-ubuntu-20.04
140140
path: dist
141141

142-
- name: Download artifact macos-12
142+
- name: Download artifact macos-13
143143
uses: actions/download-artifact@v4
144144
with:
145-
name: wheel-macos-12
145+
name: wheel-macos-13
146146
path: dist
147147

148148
- name: Publish package distributions to PyPI

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "RocketSim"
3-
version = "2.1.1.post1"
3+
version = "2.1.1.post2"
44
description = "This is Rocket League!"
55
dependencies = ["numpy"]
66
requires-python = ">= 3.9"

0 commit comments

Comments
 (0)