Skip to content

Commit e9d9776

Browse files
committed
Update SFML version used in CI scripts
1 parent dc85018 commit e9d9776

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ concurrency:
77
cancel-in-progress: true
88

99
env:
10-
SFML_VERSION: 3.0.0
10+
SFML_VERSION: 3.0.1
1111

1212
defaults:
1313
run:

.github/workflows/release.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ jobs:
2424
uses: actions/cache@v4
2525
with:
2626
path: ${{ github.workspace }}/mingw32
27-
key: 14.2.0posix-19.1.1-12.0.0-ucrt-r2-x86
27+
key: 15.1.0posix-13.0.0-ucrt-r2-x86
2828

2929
- name: Install MinGW x86
3030
if: steps.mingw-x86-cache.outputs.cache-hit != 'true'
3131
uses: bwoodsend/setup-winlibs-action@v1
3232
id: winlibs-32
3333
with:
34-
tag: 14.2.0posix-19.1.1-12.0.0-ucrt-r2
34+
tag: 15.1.0posix-13.0.0-ucrt-r2
3535
with_clang: false
3636
architecture: 32
3737
destination: ${{ github.workspace }}
@@ -41,7 +41,7 @@ jobs:
4141
uses: actions/checkout@v4
4242
with:
4343
repository: SFML/SFML
44-
ref: 3.0.0
44+
ref: 3.0.1
4545
path: SFML
4646

4747
- name: Checkout CSFML
@@ -111,14 +111,14 @@ jobs:
111111
uses: actions/cache@v4
112112
with:
113113
path: ${{ github.workspace }}/mingw64
114-
key: 14.2.0posix-19.1.1-12.0.0-ucrt-r2-x64
114+
key: 15.1.0posix-13.0.0-ucrt-r2-x64
115115

116116
- name: Install MinGW x64
117117
if: steps.mingw-x64-cache.outputs.cache-hit != 'true'
118118
uses: bwoodsend/setup-winlibs-action@v1
119119
id: winlibs-64
120120
with:
121-
tag: 14.2.0posix-19.1.1-12.0.0-ucrt-r2
121+
tag: 15.1.0posix-13.0.0-ucrt-r2
122122
with_clang: false
123123
architecture: 64
124124
destination: ${{ github.workspace }}
@@ -128,7 +128,7 @@ jobs:
128128
uses: actions/checkout@v4
129129
with:
130130
repository: SFML/SFML
131-
ref: 3.0.0
131+
ref: 3.0.1
132132
path: SFML
133133

134134
- name: Checkout CSFML
@@ -197,7 +197,7 @@ jobs:
197197
uses: actions/checkout@v4
198198
with:
199199
repository: SFML/SFML
200-
ref: 3.0.0
200+
ref: 3.0.1
201201
path: SFML
202202

203203
- name: Checkout CSFML
@@ -260,7 +260,7 @@ jobs:
260260
uses: actions/checkout@v4
261261
with:
262262
repository: SFML/SFML
263-
ref: 3.0.0
263+
ref: 3.0.1
264264
path: SFML
265265

266266
- name: Checkout CSFML

0 commit comments

Comments
 (0)